We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 520bb67 + 52eb49c commit d70196cCopy full SHA for d70196c
1 file changed
deployments/container/Dockerfile
@@ -55,7 +55,7 @@ RUN go install -ldflags "-extldflags=-Wl,-z,lazy -s -w" \
55
github.com/NVIDIA/nvidia-container-toolkit/cmd/nvidia-ctk@${NVIDIA_CTK_VERSION} \
56
&& cp ${GOPATH}/bin/nvidia-ctk /artifacts/nvidia-ctk
57
58
-FROM nvcr.io/nvidia/distroless/go:v4.0.5-dev
+FROM nvcr.io/nvidia/distroless/go:v4.0.6-dev
59
60
USER 0:0
61
SHELL ["/busybox/sh", "-c"]
0 commit comments