We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 223cb72 + 69e19c9 commit cca07d5Copy full SHA for cca07d5
deployments/container/Dockerfile
@@ -43,7 +43,7 @@ RUN git checkout c80af13d73e36e0eedbe9b712efa85cccb64213a
43
RUN go build -o crd-apply-tool cmd/apply-crds/main.go
44
45
# Use distroless as minimal base image to package the manager binary
46
-FROM nvcr.io/nvidia/distroless/go:v3.1.12
+FROM nvcr.io/nvidia/distroless/go:v3.1.13
47
48
ARG VERSION="unknown"
49
0 commit comments