diff --git a/cron/webhook/Dockerfile b/cron/webhook/Dockerfile index ae08c4abd56..0d72ceae9b0 100644 --- a/cron/webhook/Dockerfile +++ b/cron/webhook/Dockerfile @@ -24,6 +24,6 @@ ARG TARGETOS ARG TARGETARCH RUN CGO_ENABLED=0 make build-webhook -FROM gcr.io/distroless/base:nonroot@sha256:bc84925113289d139a9ef2f309f0dd7ac46ea7b786f172ba9084ffdb4cbd9490 +FROM gcr.io/distroless/base:nonroot@sha256:19d927c16ddb5415d5f6f529dbbeb13c460b84b304b97af886998d3fcf18ac81 COPY --from=webhook /src/cron/webhook/webhook cron/webhook/webhook ENTRYPOINT ["cron/webhook/webhook"]