Skip to content

Commit 1c9443b

Browse files
chore: bump nvidia/distroless/go from v3.1.12 to v3.1.13
Bumps nvidia/distroless/go from v3.1.12 to v3.1.13. --- updated-dependencies: - dependency-name: nvidia/distroless/go dependency-version: v3.1.13 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7651717 commit 1c9443b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ RUN go mod download
2727
ADD ./ ./
2828
RUN make all
2929

30-
FROM nvcr.io/nvidia/distroless/go:v3.1.12
30+
FROM nvcr.io/nvidia/distroless/go:v3.1.13
3131
LABEL org.opencontainers.image.source=https://nvcr.io/nvidia/cloud-native/multus-cni
3232
WORKDIR /
3333
# Copy the built binary and plugins from the builder stage

0 commit comments

Comments
 (0)