Skip to content

Commit 22089eb

Browse files
committed
chore: update NVIDIA base image
Signed-off-by: Fred Rolland <frolland@nvidia.com>
1 parent 53e3f96 commit 22089eb

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)