Skip to content

Commit 6d9ccfc

Browse files
Bump nvidia/distroless/cc from v3.1.13-dev to v3.2.0-dev in /docker
Bumps nvidia/distroless/cc from v3.1.13-dev to v3.2.0-dev. --- updated-dependencies: - dependency-name: nvidia/distroless/cc dependency-version: v3.2.0-dev dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent c5d513d commit 6d9ccfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/${C
7878

7979
# The C/C++ distroless image is used as a base since the CUDA vectorAdd
8080
# sample application depends on C/C++ libraries.
81-
FROM nvcr.io/nvidia/distroless/cc:v3.1.13-dev
81+
FROM nvcr.io/nvidia/distroless/cc:v3.2.0-dev
8282

8383
ENV NVIDIA_VISIBLE_DEVICES=void
8484

0 commit comments

Comments
 (0)