Skip to content

Commit 31cec72

Browse files
authored
Merge pull request #1389 from NVIDIA/dependabot/docker/deployments/container/release-1.18/nvidia/distroless/go-v3.2.0-dev
Bump nvidia/distroless/go from v3.1.13-dev to v3.2.0-dev in /deployments/container
2 parents 3e7ce1b + 2ed0d2e commit 31cec72

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.13-dev AS packaging
58+
FROM nvcr.io/nvidia/distroless/go:v3.2.0-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.13-dev AS application
148+
FROM nvcr.io/nvidia/distroless/go:v3.2.0-dev AS application
149149

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

0 commit comments

Comments
 (0)