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 da73cef + a224c8b commit fe7869bCopy full SHA for fe7869b
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.9
+FROM nvcr.io/nvidia/distroless/go:v3.1.10
35
WORKDIR /
36
COPY --from=builder /workspace/build/network-operator-init-container .
37
0 commit comments