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.
1 parent 3c808b9 commit 2ed0d2eCopy full SHA for 2ed0d2e
deployments/container/Dockerfile
@@ -55,7 +55,7 @@ RUN make PREFIX=/artifacts/bin cmd-nvidia-ctk-installer
55
56
# The packaging stage collects the deb and rpm packages built for
57
# supported architectures.
58
-FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev AS packaging
+FROM nvcr.io/nvidia/distroless/go:v3.2.0-dev AS packaging
59
60
USER 0:0
61
SHELL ["/busybox/sh", "-c"]
@@ -145,7 +145,7 @@ COPY --from=build /artifacts/bin /artifacts/build
145
146
# The application stage contains the application used as a GPU Operator
147
# operand.
148
-FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev AS application
+FROM nvcr.io/nvidia/distroless/go:v3.2.0-dev AS application
149
150
151
0 commit comments