Skip to content

Commit 538606c

Browse files
authored
Merge pull request #1871 from NVIDIA/dependabot/docker/deployments/container/main/nvidia/distroless/go-v4.0.7
build(deps): Bump nvidia/distroless/go from v4.0.6 to v4.0.7 in /deployments/container
2 parents 5fb653c + a52e51d commit 538606c

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
@@ -66,7 +66,7 @@ RUN apt-get update \
6666

6767
# The packaging stage collects the deb and rpm packages built for
6868
# supported architectures.
69-
FROM nvcr.io/nvidia/distroless/go:v4.0.6 AS packaging
69+
FROM nvcr.io/nvidia/distroless/go:v4.0.7 AS packaging
7070

7171
USER 0:0
7272

@@ -157,7 +157,7 @@ COPY --from=build /artifacts/bin /artifacts/build
157157

158158
# The application stage contains the application used as a GPU Operator
159159
# operand.
160-
FROM nvcr.io/nvidia/distroless/go:v4.0.6 AS application
160+
FROM nvcr.io/nvidia/distroless/go:v4.0.7 AS application
161161

162162
USER 0:0
163163

0 commit comments

Comments
 (0)