Skip to content

Commit 38d7faf

Browse files
authored
Merge pull request #1214 from NVIDIA/dependabot/docker/deployments/container/main/nvidia/distroless/go-v3.1.11-dev
Bump nvidia/distroless/go from v3.1.10-dev to v3.1.11-dev in /deployments/container
2 parents 4f98c01 + e450e85 commit 38d7faf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

deployments/container/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ RUN make PREFIX=/artifacts/bin cmd-nvidia-ctk-installer
5252

5353
# The packaging stage collects the deb and rpm packages built for
5454
# supported architectures.
55-
FROM nvcr.io/nvidia/distroless/go:v3.1.10-dev AS packaging
55+
FROM nvcr.io/nvidia/distroless/go:v3.1.11-dev AS packaging
5656

5757
USER 0:0
5858
SHELL ["/busybox/sh", "-c"]
@@ -142,7 +142,7 @@ COPY --from=build /artifacts/bin /artifacts/build
142142

143143
# The application stage contains the application used as a GPU Operator
144144
# operand.
145-
FROM nvcr.io/nvidia/distroless/go:v3.1.10-dev AS application
145+
FROM nvcr.io/nvidia/distroless/go:v3.1.11-dev AS application
146146

147147
USER 0:0
148148
SHELL ["/busybox/sh", "-c"]

0 commit comments

Comments
 (0)