Skip to content

Commit e450e85

Browse files
Bump nvidia/distroless/go in /deployments/container
Bumps nvidia/distroless/go from v3.1.10-dev to v3.1.11-dev. --- updated-dependencies: - dependency-name: nvidia/distroless/go dependency-version: v3.1.11-dev dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 4f98c01 commit e450e85

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)