Skip to content

Commit

Permalink
Merge pull request #167 from wallrj/update-distroless-base-image
Browse files Browse the repository at this point in the history
Update distroless base image
  • Loading branch information
jetstack-bot authored Dec 6, 2022
2 parents a812bd5 + 6478a0a commit 0fb4ad2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 /
Expand Down

0 comments on commit 0fb4ad2

Please sign in to comment.