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 7651717 + 1c9443b commit cf3775bCopy full SHA for cf3775b
Dockerfile
@@ -27,7 +27,7 @@ RUN go mod download
27
ADD ./ ./
28
RUN make all
29
30
-FROM nvcr.io/nvidia/distroless/go:v3.1.12
+FROM nvcr.io/nvidia/distroless/go:v3.1.13
31
LABEL org.opencontainers.image.source=https://nvcr.io/nvidia/cloud-native/multus-cni
32
WORKDIR /
33
# Copy the built binary and plugins from the builder stage
0 commit comments