diff --git a/cmd/snapshot-validation-webhook/Dockerfile b/cmd/snapshot-validation-webhook/Dockerfile index 2091b4ad..68cf7548 100644 --- a/cmd/snapshot-validation-webhook/Dockerfile +++ b/cmd/snapshot-validation-webhook/Dockerfile @@ -1,4 +1,4 @@ -FROM gcr.io/distroless/base:latest +FROM gcr.io/distroless/static:latest LABEL maintainers="Kubernetes Authors" LABEL description="Snapshot Validation Webhook" ARG binary=./bin/snapshot-validation-webhook