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 57359c6 + a0c26b5 commit 7e4f65dCopy full SHA for 7e4f65d
Dockerfile
@@ -33,7 +33,7 @@ RUN make build
33
34
# Use distroless as minimal base image to package the manager binary
35
# Refer to https://github.com/GoogleContainerTools/distroless for more details
36
-FROM nvcr.io/nvidia/distroless/go:v3.1.9
+FROM nvcr.io/nvidia/distroless/go:v3.1.10
37
COPY . /src
38
WORKDIR /
39
COPY --from=builder /workspace/build/ipam-controller .
0 commit comments