Skip to content

Commit 091bb8a

Browse files
Merge pull request #12 from rollandf/baseimage3.2
chore: update base image to 3.2.0
2 parents 79a572e + 85c14d2 commit 091bb8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/Dockerfile.nvidia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ RUN go build -tags no_openssl -o /workdir/bin/ovs-mirror-consumer ./cmd/mirror-c
6868
FROM alpine:3 AS pkgs
6969
RUN apk add --no-cache findutils
7070

71-
FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev
71+
FROM nvcr.io/nvidia/distroless/go:v3.2.0-dev
7272

7373
USER 0:0
7474

0 commit comments

Comments
 (0)