Skip to content

Commit e9d074f

Browse files
authored
Merge pull request #1341 from NVIDIA/dependabot/docker/deployments/container/main/nvidia/distroless/go-v3.1.13-dev
Bump nvidia/distroless/go from v3.1.12-dev to v3.1.13-dev in /deployments/container
2 parents 68276d9 + 790063c commit e9d074f

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

5656
# The packaging stage collects the deb and rpm packages built for
5757
# supported architectures.
58-
FROM nvcr.io/nvidia/distroless/go:v3.1.12-dev AS packaging
58+
FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev AS packaging
5959

6060
USER 0:0
6161
SHELL ["/busybox/sh", "-c"]
@@ -145,7 +145,7 @@ COPY --from=build /artifacts/bin /artifacts/build
145145

146146
# The application stage contains the application used as a GPU Operator
147147
# operand.
148-
FROM nvcr.io/nvidia/distroless/go:v3.1.12-dev AS application
148+
FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev AS application
149149

150150
USER 0:0
151151
SHELL ["/busybox/sh", "-c"]

0 commit comments

Comments
 (0)