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 4f98c01 + e450e85 commit 38d7fafCopy full SHA for 38d7faf
deployments/container/Dockerfile
@@ -52,7 +52,7 @@ RUN make PREFIX=/artifacts/bin cmd-nvidia-ctk-installer
52
53
# The packaging stage collects the deb and rpm packages built for
54
# supported architectures.
55
-FROM nvcr.io/nvidia/distroless/go:v3.1.10-dev AS packaging
+FROM nvcr.io/nvidia/distroless/go:v3.1.11-dev AS packaging
56
57
USER 0:0
58
SHELL ["/busybox/sh", "-c"]
@@ -142,7 +142,7 @@ COPY --from=build /artifacts/bin /artifacts/build
142
143
# The application stage contains the application used as a GPU Operator
144
# operand.
145
-FROM nvcr.io/nvidia/distroless/go:v3.1.10-dev AS application
+FROM nvcr.io/nvidia/distroless/go:v3.1.11-dev AS application
146
147
148
0 commit comments