Skip to content

Commit 17f5fe4

Browse files
Bump nvidia/distroless/go in /deployments/container (#706)
Bumps nvidia/distroless/go from v3.1.13 to v3.2.1. --- updated-dependencies: - dependency-name: nvidia/distroless/go dependency-version: v3.2.1 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 779f3b1 commit 17f5fe4

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
@@ -43,7 +43,7 @@ RUN git checkout c80af13d73e36e0eedbe9b712efa85cccb64213a
4343
RUN go build -o crd-apply-tool cmd/apply-crds/main.go
4444

4545
# Use distroless as minimal base image to package the manager binary
46-
FROM nvcr.io/nvidia/distroless/go:v3.1.13
46+
FROM nvcr.io/nvidia/distroless/go:v3.2.1
4747

4848
ARG VERSION="unknown"
4949

0 commit comments

Comments
 (0)