Skip to content

Commit 4a6e4ef

Browse files
dependabot[bot]shivamerla
authored andcommitted
Bump nvidia/distroless/go in /deployments/container
Bumps nvidia/distroless/go from v3.1.9 to v3.1.10. --- updated-dependencies: - dependency-name: nvidia/distroless/go dependency-version: v3.1.10 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent c30943b commit 4a6e4ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deployments/container/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ RUN git checkout 7d667fbaa7ac8fb02196987eb65296856e2dd564
4040
RUN go build -o crd-apply-tool cmd/apply-crds/main.go
4141

4242
# Use distroless as minimal base image to package the manager binary
43-
FROM nvcr.io/nvidia/distroless/go:v3.1.9
43+
FROM nvcr.io/nvidia/distroless/go:v3.1.10
4444

4545
ARG VERSION="unknown"
4646

0 commit comments

Comments
 (0)