Skip to content

Commit 6107c9a

Browse files
committed
Bump Go distroless container to 3.1.12
Signed-off-by: Shiva Krishna, Merla <smerla@nvidia.com>
1 parent 43df585 commit 6107c9a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)