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 093f068 + cc7f14c commit f21eb10Copy full SHA for f21eb10
Dockerfile
@@ -31,7 +31,7 @@ COPY . /workspace
31
# Build with make to apply all build logic defined in Makefile
32
RUN make build
33
34
-FROM nvcr.io/nvidia/distroless/go:v3.1.11
+FROM nvcr.io/nvidia/distroless/go:v3.1.12
35
WORKDIR /
36
COPY --from=builder /workspace/build/network-operator-init-container .
37
0 commit comments