Skip to content

Commit a52e51d

Browse files
build(deps): Bump nvidia/distroless/go in /deployments/container
Bumps nvidia/distroless/go from v4.0.6 to v4.0.7. --- updated-dependencies: - dependency-name: nvidia/distroless/go dependency-version: v4.0.7 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0bcfd4 commit a52e51d

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)