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 5fb653c + a52e51d commit 538606cCopy full SHA for 538606c
1 file changed
deployments/container/Dockerfile
@@ -66,7 +66,7 @@ RUN apt-get update \
66
67
# The packaging stage collects the deb and rpm packages built for
68
# supported architectures.
69
-FROM nvcr.io/nvidia/distroless/go:v4.0.6 AS packaging
+FROM nvcr.io/nvidia/distroless/go:v4.0.7 AS packaging
70
71
USER 0:0
72
@@ -157,7 +157,7 @@ COPY --from=build /artifacts/bin /artifacts/build
157
158
# The application stage contains the application used as a GPU Operator
159
# operand.
160
-FROM nvcr.io/nvidia/distroless/go:v4.0.6 AS application
+FROM nvcr.io/nvidia/distroless/go:v4.0.7 AS application
161
162
163
0 commit comments