diff --git a/cron/worker/Dockerfile b/cron/worker/Dockerfile index 0dbe6a28a8c..81260cbb510 100644 --- a/cron/worker/Dockerfile +++ b/cron/worker/Dockerfile @@ -24,6 +24,6 @@ ARG TARGETOS ARG TARGETARCH RUN CGO_ENABLED=0 make build-pubsub -FROM gcr.io/distroless/base:nonroot@sha256:56d73a61ea1135c28f2be9afe2be88fc360e5fa1a892d600512a10eb2e028fa5 +FROM gcr.io/distroless/base:nonroot@sha256:46d4514c17aca7a68559ee03975983339fc548e6d1014e2d7633f9123f2d3c59 COPY --from=pubsub /src/cron/worker/worker cron/worker/worker ENTRYPOINT ["cron/worker/worker"]