Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions deployments/container/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ RUN make PREFIX=/artifacts/bin cmd-nvidia-ctk-installer

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

USER 0:0
SHELL ["/busybox/sh", "-c"]
Expand Down Expand Up @@ -145,7 +145,7 @@ COPY --from=build /artifacts/bin /artifacts/build

# The application stage contains the application used as a GPU Operator
# operand.
FROM nvcr.io/nvidia/distroless/go:v3.1.13-dev AS application
FROM nvcr.io/nvidia/distroless/go:v3.2.0-dev AS application

USER 0:0
SHELL ["/busybox/sh", "-c"]
Expand Down