Skip to content

Commit

Permalink
🌱 Bump distroless/base in /cron/webhook
Browse files Browse the repository at this point in the history
Bumps distroless/base from `bc84925` to `19d927c`.

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored and naveensrinivasan committed Aug 27, 2021
1 parent 5b74c04 commit d9b4188
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cron/webhook/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@ ARG TARGETOS
ARG TARGETARCH
RUN CGO_ENABLED=0 make build-webhook

FROM gcr.io/distroless/base:nonroot@sha256:bc84925113289d139a9ef2f309f0dd7ac46ea7b786f172ba9084ffdb4cbd9490
FROM gcr.io/distroless/base:nonroot@sha256:19d927c16ddb5415d5f6f529dbbeb13c460b84b304b97af886998d3fcf18ac81
COPY --from=webhook /src/cron/webhook/webhook cron/webhook/webhook
ENTRYPOINT ["cron/webhook/webhook"]

0 comments on commit d9b4188

Please sign in to comment.