diff --git a/Dockerfile b/Dockerfile index f44690b..4fd039d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,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.1.11 +FROM nvcr.io/nvidia/distroless/go:v3.1.12 WORKDIR / COPY --from=builder /workspace/build/nic-feature-discovery . COPY . /src