Skip to content

Commit 3e8cfff

Browse files
authored
Merge pull request #180 from Mellanox/dependabot/docker/nvidia/distroless/go-v3.2.0
chore: bump nvidia/distroless/go from v3.1.13 to v3.2.0
2 parents 7a4c0c1 + 5915ed0 commit 3e8cfff

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.13
30+
FROM nvcr.io/nvidia/distroless/go:v3.2.0
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)