Skip to content

Commit 609141c

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

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
@@ -24,7 +24,7 @@ RUN go mod download
2424
ADD ./ ./
2525
RUN make all
2626

27-
FROM nvcr.io/nvidia/distroless/go:v3.1.11
27+
FROM nvcr.io/nvidia/distroless/go:v3.1.12
2828
LABEL org.opencontainers.image.source=https://nvcr.io/nvidia/cloud-native/multus-cni
2929
WORKDIR /
3030
# Copy the built binary and plugins from the builder stage

0 commit comments

Comments
 (0)