Skip to content

Commit 061628a

Browse files
committed
Bump Go distroless container to 3.1.12
Signed-off-by: Shiva Krishna, Merla <[email protected]>
1 parent a90e986 commit 061628a

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 c80af13d73e36e0eedbe9b712efa85cccb64213a
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.11
43+
FROM nvcr.io/nvidia/distroless/go:v3.1.12
4444

4545
ARG VERSION="unknown"
4646

0 commit comments

Comments
 (0)