Skip to content

Commit d8f7130

Browse files
committed
chore: update base image to 3.2.0
Signed-off-by: Fred Rolland <[email protected]>
1 parent 36fcf70 commit d8f7130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.nvidia

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN mkdir -p /usr/src/cni/bin && \
1111
tar -xvf cni-plugins-linux-${TARGETARCH}-${VERSION}.tgz -C /usr/src/cni/bin/ && \
1212
echo done
1313

14-
FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev AS entrypoint
14+
FROM nvcr.io/nvidia/distroless/go:v3.2.0-dev AS entrypoint
1515

1616
USER 0:0
1717
SHELL ["/busybox/sh", "-c"]

0 commit comments

Comments
 (0)