🌱 Bump distroless/base in /cron/worker

Bumps distroless/base from `02f6671` to `792dfe7`.

---
updated-dependencies:
- dependency-name: distroless/base
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2022-03-18 08:23:14 +00:00 committed by Naveen
parent a496d8ca87
commit 23921a6cc5

View File

@ -24,6 +24,6 @@ ARG TARGETOS
ARG TARGETARCH
RUN CGO_ENABLED=0 make build-worker
FROM gcr.io/distroless/base:nonroot@sha256:02f667185ccf78dbaaf79376b6904aea6d832638e1314387c2c2932f217ac5cb
FROM gcr.io/distroless/base:nonroot@sha256:792dfe78a236dfb6fb180a250d105e0a03585dcbc73f8fce033fe62d4fd59bcb
COPY --from=worker /src/cron/worker/worker cron/worker/worker
ENTRYPOINT ["cron/worker/worker"]