From 024762749494c2e59c2aab1f5368af35c0d1f323 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Dec 2024 12:53:48 +0530 Subject: [PATCH] Bump the docker-images group across 5 directories with 1 update (#3121) Bumps the docker-images group with 1 update in the /cmd/builder directory: [chainguard/static](https://github.com/chainguard-images/images). Bumps the docker-images group with 1 update in the /cmd/fetcher directory: [chainguard/static](https://github.com/chainguard-images/images). Bumps the docker-images group with 1 update in the /cmd/fission-bundle directory: [chainguard/static](https://github.com/chainguard-images/images). Bumps the docker-images group with 1 update in the /cmd/preupgradechecks directory: [chainguard/static](https://github.com/chainguard-images/images). Bumps the docker-images group with 1 update in the /cmd/reporter directory: [chainguard/static](https://github.com/chainguard-images/images). Updates `chainguard/static` from `5ff428f` to `f5fe67a` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/static` from `5ff428f` to `f5fe67a` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/static` from `5ff428f` to `f5fe67a` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/static` from `5ff428f` to `f5fe67a` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/static` from `5ff428f` to `f5fe67a` - [Commits](https://github.com/chainguard-images/images/commits) --- updated-dependencies: - dependency-name: chainguard/static dependency-type: direct:production dependency-group: docker-images - dependency-name: chainguard/static dependency-type: direct:production dependency-group: docker-images - dependency-name: chainguard/static dependency-type: direct:production dependency-group: docker-images - dependency-name: chainguard/static dependency-type: direct:production dependency-group: docker-images - dependency-name: chainguard/static dependency-type: direct:production dependency-group: docker-images ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- cmd/builder/Dockerfile | 2 +- cmd/fetcher/Dockerfile | 2 +- cmd/fission-bundle/Dockerfile | 2 +- cmd/preupgradechecks/Dockerfile | 2 +- cmd/reporter/Dockerfile | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/cmd/builder/Dockerfile b/cmd/builder/Dockerfile index c7f99853..d23ba469 100644 --- a/cmd/builder/Dockerfile +++ b/cmd/builder/Dockerfile @@ -1,3 +1,3 @@ -FROM cgr.dev/chainguard/static:latest@sha256:5ff428f8a48241b93a4174dbbc135a4ffb2381a9e10bdbbc5b9db145645886d5 +FROM cgr.dev/chainguard/static:latest@sha256:f5fe67ab41c65f55766d824a2d857a7f56c9058b8e077c43d4d809c467f28df8 COPY builder /builder ENTRYPOINT ["/builder"] diff --git a/cmd/fetcher/Dockerfile b/cmd/fetcher/Dockerfile index 01bc455e..a1082f7f 100644 --- a/cmd/fetcher/Dockerfile +++ b/cmd/fetcher/Dockerfile @@ -1,3 +1,3 @@ -FROM cgr.dev/chainguard/static:latest@sha256:5ff428f8a48241b93a4174dbbc135a4ffb2381a9e10bdbbc5b9db145645886d5 +FROM cgr.dev/chainguard/static:latest@sha256:f5fe67ab41c65f55766d824a2d857a7f56c9058b8e077c43d4d809c467f28df8 COPY fetcher / ENTRYPOINT ["/fetcher"] diff --git a/cmd/fission-bundle/Dockerfile b/cmd/fission-bundle/Dockerfile index 9d45a6a3..044e8ed5 100644 --- a/cmd/fission-bundle/Dockerfile +++ b/cmd/fission-bundle/Dockerfile @@ -1,3 +1,3 @@ -FROM cgr.dev/chainguard/static:latest@sha256:5ff428f8a48241b93a4174dbbc135a4ffb2381a9e10bdbbc5b9db145645886d5 +FROM cgr.dev/chainguard/static:latest@sha256:f5fe67ab41c65f55766d824a2d857a7f56c9058b8e077c43d4d809c467f28df8 COPY fission-bundle / ENTRYPOINT ["/fission-bundle"] diff --git a/cmd/preupgradechecks/Dockerfile b/cmd/preupgradechecks/Dockerfile index d1f4ac24..bdc653a5 100644 --- a/cmd/preupgradechecks/Dockerfile +++ b/cmd/preupgradechecks/Dockerfile @@ -1,3 +1,3 @@ -FROM cgr.dev/chainguard/static:latest@sha256:5ff428f8a48241b93a4174dbbc135a4ffb2381a9e10bdbbc5b9db145645886d5 +FROM cgr.dev/chainguard/static:latest@sha256:f5fe67ab41c65f55766d824a2d857a7f56c9058b8e077c43d4d809c467f28df8 COPY pre-upgrade-checks / ENTRYPOINT ["/pre-upgrade-checks"] diff --git a/cmd/reporter/Dockerfile b/cmd/reporter/Dockerfile index 1c9aed70..2b92a64e 100644 --- a/cmd/reporter/Dockerfile +++ b/cmd/reporter/Dockerfile @@ -1,3 +1,3 @@ -FROM cgr.dev/chainguard/static:latest@sha256:5ff428f8a48241b93a4174dbbc135a4ffb2381a9e10bdbbc5b9db145645886d5 +FROM cgr.dev/chainguard/static:latest@sha256:f5fe67ab41c65f55766d824a2d857a7f56c9058b8e077c43d4d809c467f28df8 COPY reporter / ENTRYPOINT ["/reporter"]