🌱 Bump distroless/base in /cron/worker (#1078)

Bumps distroless/base from `a74f307` to `3e771f1`.

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

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Azeem Shaikh <azeemshaikh38@gmail.com>
This commit is contained in:
dependabot[bot] 2021-10-01 03:39:40 +00:00 committed by GitHub
parent e60bf03d91
commit 2020ccaee9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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