Skip to content

Commit b473eee

Browse files
authored
Merge pull request #1823 from NVIDIA/dependabot/docker/deployments/container/main/nvidia/distroless/go-v4.0.5-dev
build(deps): Bump nvidia/distroless/go from v4.0.4-dev to v4.0.5-dev in /deployments/container
2 parents cb1cd2b + e9af58e commit b473eee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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:v4.0.4-dev AS packaging
58+
FROM nvcr.io/nvidia/distroless/go:v4.0.5-dev AS packaging
5959

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

145145
# The application stage contains the application used as a GPU Operator
146146
# operand.
147-
FROM nvcr.io/nvidia/distroless/go:v4.0.4-dev AS application
147+
FROM nvcr.io/nvidia/distroless/go:v4.0.5-dev AS application
148148

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

0 commit comments

Comments
 (0)