Skip to content

Commit 816c7a1

Browse files
build(deps): bump nvidia/distroless/cc in /deployments/container
Bumps nvidia/distroless/cc from v3.1.12-dev to v3.1.13-dev. --- updated-dependencies: - dependency-name: nvidia/distroless/cc dependency-version: v3.1.13-dev dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent e089759 commit 816c7a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ FROM ${TOOLKIT_CONTAINER_IMAGE} AS toolkit
116116
# For consistency, the build stage above derives from Debian 12 directly. The
117117
# `-dev` suffic is to get busybox as a shell added. For RUN directives to pick
118118
# that up, use `SHELL ["/busybox/sh", "-c"]`.
119-
FROM nvcr.io/nvidia/distroless/cc:v3.1.12-dev
119+
FROM nvcr.io/nvidia/distroless/cc:v3.1.13-dev
120120

121121
ENV NVIDIA_DISABLE_REQUIRE="true"
122122
ENV NVIDIA_VISIBLE_DEVICES=all

0 commit comments

Comments
 (0)