diff --git a/Dockerfile b/Dockerfile index 53c5470..e7c1f73 100644 --- a/Dockerfile +++ b/Dockerfile @@ -43,7 +43,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS:-$(go env GOOS)} GOARCH=${TARGETARCH:-$(go env # 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:v4.0.6 +FROM nvcr.io/nvidia/distroless/go:v4.0.7 COPY . /src