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