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 375bfaa + 97563a7 commit 7551ed2Copy full SHA for 7551ed2
deployments/container/Dockerfile
@@ -50,7 +50,7 @@ RUN make PREFIX=/artifacts/bin cmd-nvidia-ctk-installer
50
51
# The packaging stage collects the deb and rpm packages built for
52
# supported architectures.
53
-FROM nvcr.io/nvidia/distroless/go:v3.1.9-dev AS packaging
+FROM nvcr.io/nvidia/distroless/go:v3.1.10-dev AS packaging
54
55
USER 0:0
56
SHELL ["/busybox/sh", "-c"]
@@ -135,7 +135,7 @@ COPY --from=build /artifacts/bin /artifacts/build
135
136
# The application stage contains the application used as a GPU Operator
137
# operand.
138
-FROM nvcr.io/nvidia/distroless/go:v3.1.9-dev AS application
+FROM nvcr.io/nvidia/distroless/go:v3.1.10-dev AS application
139
140
141
0 commit comments