Skip to content

Commit 7551ed2

Browse files
authored
Merge pull request #1173 from NVIDIA/dependabot/docker/deployments/container/main/nvidia/distroless/go-v3.1.10-dev
Bump nvidia/distroless/go from v3.1.9-dev to v3.1.10-dev in /deployments/container
2 parents 375bfaa + 97563a7 commit 7551ed2

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
@@ -50,7 +50,7 @@ RUN make PREFIX=/artifacts/bin cmd-nvidia-ctk-installer
5050

5151
# The packaging stage collects the deb and rpm packages built for
5252
# supported architectures.
53-
FROM nvcr.io/nvidia/distroless/go:v3.1.9-dev AS packaging
53+
FROM nvcr.io/nvidia/distroless/go:v3.1.10-dev AS packaging
5454

5555
USER 0:0
5656
SHELL ["/busybox/sh", "-c"]
@@ -135,7 +135,7 @@ COPY --from=build /artifacts/bin /artifacts/build
135135

136136
# The application stage contains the application used as a GPU Operator
137137
# operand.
138-
FROM nvcr.io/nvidia/distroless/go:v3.1.9-dev AS application
138+
FROM nvcr.io/nvidia/distroless/go:v3.1.10-dev AS application
139139

140140
USER 0:0
141141
SHELL ["/busybox/sh", "-c"]

0 commit comments

Comments
 (0)