Skip to content

Commit 23921a6

Browse files
dependabot[bot]naveensrinivasan
authored andcommitted
🌱 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>
1 parent a496d8c commit 23921a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron/worker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ ARG TARGETOS
2424
ARG TARGETARCH
2525
RUN CGO_ENABLED=0 make build-worker
2626

27-
FROM gcr.io/distroless/base:nonroot@sha256:02f667185ccf78dbaaf79376b6904aea6d832638e1314387c2c2932f217ac5cb
27+
FROM gcr.io/distroless/base:nonroot@sha256:792dfe78a236dfb6fb180a250d105e0a03585dcbc73f8fce033fe62d4fd59bcb
2828
COPY --from=worker /src/cron/worker/worker cron/worker/worker
2929
ENTRYPOINT ["cron/worker/worker"]

0 commit comments

Comments
 (0)