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 bdf1c11 + 357fb63 commit 44e20c6Copy full SHA for 44e20c6
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.10
+FROM nvcr.io/nvidia/distroless/go:v3.1.11
35
WORKDIR /
36
COPY --from=builder /workspace/build/network-operator-init-container .
37
0 commit comments