Skip to content
Open
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 @@ -66,7 +66,7 @@ RUN apt-get update \

# The packaging stage collects the deb and rpm packages built for
# supported architectures.
FROM nvcr.io/nvidia/distroless/go:v4.0.7 AS packaging
FROM nvcr.io/nvidia/distroless/go:v4.0.8 AS packaging

USER 0:0

Expand Down Expand Up @@ -157,7 +157,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:v4.0.7 AS application
FROM nvcr.io/nvidia/distroless/go:v4.0.8 AS application

USER 0:0

Expand Down