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 59d31d7 + 572d11c commit 326cac0Copy full SHA for 326cac0
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.8
+FROM nvcr.io/nvidia/distroless/go:v3.1.9
35
WORKDIR /
36
COPY --from=builder /workspace/build/network-operator-init-container .
37
0 commit comments