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 8e296ac + 0df0826 commit 3003571Copy full SHA for 3003571
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.13
+FROM nvcr.io/nvidia/distroless/go:v3.2.0
38
WORKDIR /
39
COPY --from=builder /workspace/build/network-operator-init-container .
40
0 commit comments