Skip to content

Commit b5abc3b

Browse files
rollandfgithub-actions[bot]
authored andcommitted
chore: update NVIDIA base image (#17)
Signed-off-by: Fred Rolland <[email protected]>
1 parent 4163d71 commit b5abc3b

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
@@ -21,7 +21,7 @@ RUN --mount=type=cache,target=/go/pkg/mod/ \
2121
make install VERSION=v0.0.0 HOSTMOUNT_PREFIX=/host-
2222

2323
# Create minimal variant of the production image
24-
FROM nvcr.io/nvidia/distroless/go:v3.1.10 AS final
24+
FROM nvcr.io/nvidia/distroless/go:v3.1.13 AS final
2525

2626
# Run as unprivileged user
2727
USER 65534:65534

0 commit comments

Comments
 (0)