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 5e279cf + 49aa1ea commit b4fd453Copy full SHA for b4fd453
Dockerfile
@@ -36,7 +36,7 @@ RUN make build
36
37
# Use distroless as minimal base image to package the manager binary
38
# Refer to https://github.com/GoogleContainerTools/distroless for more details
39
-FROM nvcr.io/nvidia/distroless/go:v3.1.13
+FROM nvcr.io/nvidia/distroless/go:v3.2.0
40
COPY . /src
41
WORKDIR /
42
COPY --from=builder /workspace/build/ipam-controller .
0 commit comments