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 d68a7ea + 83f2e60 commit d90aa2eCopy full SHA for d90aa2e
deployments/container/Dockerfile
@@ -40,7 +40,7 @@ ARG VERSION="N/A"
40
ARG GIT_COMMIT="unknown"
41
RUN make PREFIX=/artifacts cmds
42
43
-FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev AS application
+FROM nvcr.io/nvidia/distroless/go:v3.2.1-dev AS application
44
45
USER 0:0
46
SHELL ["/busybox/sh", "-c"]
0 commit comments