Skip to content

Commit e848e4f

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

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
@@ -72,7 +72,7 @@ RUN curl -L https://codeload.github.com/NVIDIA/cuda-samples/tar.gz/refs/tags/v${
7272

7373
# The C/C++ distroless image is used as a base since the CUDA vectorAdd
7474
# sample application depends on C/C++ libraries.
75-
FROM nvcr.io/nvidia/distroless/cc:v3.2.0-dev
75+
FROM nvcr.io/nvidia/distroless/cc:v3.2.1-dev
7676

7777
ENV NVIDIA_VISIBLE_DEVICES=void
7878

0 commit comments

Comments
 (0)