Skip to content

Commit 79a572e

Browse files
Merge pull request #9 from rollandf/baseimage
chore: update NVIDIA base image
2 parents 98546df + e4728c2 commit 79a572e

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.12-dev
71+
FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev
7272

7373
USER 0:0
7474

0 commit comments

Comments
 (0)