Skip to content

Commit 534adc4

Browse files
authored
Merge pull request #654 from pwschuurman/automated-cherry-pick-of-#550-upstream-release-4.0
[release-4.0] Automated cherry pick of #550: Use distroless/static image for webhook
2 parents 21cdf12 + d8ca923 commit 534adc4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cmd/snapshot-validation-webhook/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM gcr.io/distroless/base:latest
1+
FROM gcr.io/distroless/static:latest
22
LABEL maintainers="Kubernetes Authors"
33
LABEL description="Snapshot Validation Webhook"
44
ARG binary=./bin/snapshot-validation-webhook

0 commit comments

Comments
 (0)