diff --git a/Dockerfile b/Dockerfile index 0277d13..da7fc6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -37,7 +37,7 @@ RUN task build # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM nvcr.io/nvidia/distroless/go:v3.2.0 +FROM nvcr.io/nvidia/distroless/go:v3.2.1 WORKDIR / COPY --from=builder /workspace/build/nic-feature-discovery . COPY . /src