Skip to content

Commit 6042967

Browse files
authored
Merge pull request #1855 from NVIDIA/dependabot/docker/docker/nvidia/distroless/cc-v3.2.1-dev
2 parents fa8aea5 + e848e4f commit 6042967

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)