From 6478a0a1d13a89e472625ecec85f4e4747f58822 Mon Sep 17 00:00:00 2001 From: Richard Wall Date: Tue, 6 Dec 2022 15:51:34 +0000 Subject: [PATCH] Update distroless base image crane digest gcr.io/distroless/static:latest Signed-off-by: Richard Wall --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ac75fd4..a75e20c1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ RUN make build VERSION=${VERSION} # Use distroless as minimal base image to package the manager binary # Refer to https://github.com/GoogleContainerTools/distroless for more details -FROM gcr.io/distroless/static@sha256:bca3c203cdb36f5914ab8568e4c25165643ea9b711b41a8a58b42c80a51ed609 +FROM gcr.io/distroless/static@sha256:5759d194607e472ff80fff5833442d3991dd89b219c96552837a2c8f74058617 LABEL description="cert-manager Approver based on CertificateRequestPolicy CRD policies" WORKDIR /