From a450dfebc7bf7f011f2883a5af5258d1499d06e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Dec 2025 09:50:13 +0530 Subject: [PATCH] Bump the docker-images group across 5 directories with 1 update (#3289) 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 `d44809c` to `a301031` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/static` from `d44809c` to `a301031` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/static` from `d44809c` to `a301031` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/static` from `d44809c` to `a301031` - [Commits](https://github.com/chainguard-images/images/commits) Updates `chainguard/static` from `d44809c` to `a301031` - [Commits](https://github.com/chainguard-images/images/commits) --- updated-dependencies: - dependency-name: chainguard/static dependency-version: latest dependency-type: direct:production dependency-group: docker-images - dependency-name: chainguard/static dependency-version: latest dependency-type: direct:production dependency-group: docker-images - dependency-name: chainguard/static dependency-version: latest dependency-type: direct:production dependency-group: docker-images - dependency-name: chainguard/static dependency-version: latest dependency-type: direct:production dependency-group: docker-images - dependency-name: chainguard/static dependency-version: latest 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 27ef384c..41744294 100644 --- a/cmd/builder/Dockerfile +++ b/cmd/builder/Dockerfile @@ -1,4 +1,4 @@ -FROM cgr.dev/chainguard/static:latest@sha256:d44809cee093b550944c1f666ff13301f92484bfdd2e53ecaac82b5b6f89647d +FROM cgr.dev/chainguard/static:latest@sha256:a301031ffd4ed67f35ca7fa6cf3dad9937b5fa47d7493955a18d9b4ca5412d1a ARG TARGETPLATFORM COPY $TARGETPLATFORM/builder /builder ENTRYPOINT ["/builder"] diff --git a/cmd/fetcher/Dockerfile b/cmd/fetcher/Dockerfile index c4ddaf68..74401f55 100644 --- a/cmd/fetcher/Dockerfile +++ b/cmd/fetcher/Dockerfile @@ -1,4 +1,4 @@ -FROM cgr.dev/chainguard/static:latest@sha256:d44809cee093b550944c1f666ff13301f92484bfdd2e53ecaac82b5b6f89647d +FROM cgr.dev/chainguard/static:latest@sha256:a301031ffd4ed67f35ca7fa6cf3dad9937b5fa47d7493955a18d9b4ca5412d1a ARG TARGETPLATFORM COPY $TARGETPLATFORM/fetcher / ENTRYPOINT ["/fetcher"] diff --git a/cmd/fission-bundle/Dockerfile b/cmd/fission-bundle/Dockerfile index d5a57dc4..0ee79033 100644 --- a/cmd/fission-bundle/Dockerfile +++ b/cmd/fission-bundle/Dockerfile @@ -1,4 +1,4 @@ -FROM cgr.dev/chainguard/static:latest@sha256:d44809cee093b550944c1f666ff13301f92484bfdd2e53ecaac82b5b6f89647d +FROM cgr.dev/chainguard/static:latest@sha256:a301031ffd4ed67f35ca7fa6cf3dad9937b5fa47d7493955a18d9b4ca5412d1a ARG TARGETPLATFORM COPY $TARGETPLATFORM/fission-bundle / ENTRYPOINT ["/fission-bundle"] diff --git a/cmd/preupgradechecks/Dockerfile b/cmd/preupgradechecks/Dockerfile index e64a61ac..48f8a09d 100644 --- a/cmd/preupgradechecks/Dockerfile +++ b/cmd/preupgradechecks/Dockerfile @@ -1,4 +1,4 @@ -FROM cgr.dev/chainguard/static:latest@sha256:d44809cee093b550944c1f666ff13301f92484bfdd2e53ecaac82b5b6f89647d +FROM cgr.dev/chainguard/static:latest@sha256:a301031ffd4ed67f35ca7fa6cf3dad9937b5fa47d7493955a18d9b4ca5412d1a ARG TARGETPLATFORM COPY $TARGETPLATFORM/pre-upgrade-checks / ENTRYPOINT ["/pre-upgrade-checks"] diff --git a/cmd/reporter/Dockerfile b/cmd/reporter/Dockerfile index 3d2673cd..6d4789f3 100644 --- a/cmd/reporter/Dockerfile +++ b/cmd/reporter/Dockerfile @@ -1,4 +1,4 @@ -FROM cgr.dev/chainguard/static:latest@sha256:d44809cee093b550944c1f666ff13301f92484bfdd2e53ecaac82b5b6f89647d +FROM cgr.dev/chainguard/static:latest@sha256:a301031ffd4ed67f35ca7fa6cf3dad9937b5fa47d7493955a18d9b4ca5412d1a ARG TARGETPLATFORM COPY $TARGETPLATFORM/reporter / ENTRYPOINT ["/reporter"]