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 d5b6917 + dcef375 commit b00cfe8Copy full SHA for b00cfe8
Dockerfile
@@ -34,7 +34,7 @@ COPY . /workspace
34
# Build with make to apply all build logic defined in Makefile
35
RUN make build
36
37
-FROM nvcr.io/nvidia/distroless/go:v3.1.12
+FROM nvcr.io/nvidia/distroless/go:v3.1.13
38
WORKDIR /
39
COPY --from=builder /workspace/build/network-operator-init-container .
40
0 commit comments