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 80c79ec + 2c869d2 commit 4638356Copy full SHA for 4638356
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.11
+FROM nvcr.io/nvidia/distroless/go:v3.1.12
37
COPY . /src
38
WORKDIR /
39
COPY --from=builder /workspace/build/ipam-controller .
0 commit comments