Skip to content

Commit ce06ac1

Browse files
🌱 Bump distroless/base in /cron/webhook (#1794)
Bumps distroless/base from `792dfe7` to `764b74b`. --- 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>
1 parent 0644b18 commit ce06ac1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cron/webhook/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-webhook
2626

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

0 commit comments

Comments
 (0)