From 9e628fd7867a10e76a0acf436d647fea9dbd33b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Mar 2026 05:02:49 +0000 Subject: [PATCH] build(deps): bump chainguard/static from `9cef3c6` to `11ec91f` Bumps [chainguard/static](https://github.com/chainguard-images/images) from `9cef3c6` to `11ec91f`. - [Commits](https://github.com/chainguard-images/images/commits) --- updated-dependencies: - dependency-name: chainguard/static dependency-version: latest dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- Dockerfile.release | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index eae596848..60fa84ade 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN git checkout master ENV GOTOOLCHAIN=local RUN CGO_ENABLED=0 go install -a -tags netgo -ldflags=-w -FROM cgr.dev/chainguard/static:latest@sha256:9cef3c6a78264cb7e25923bf1bf7f39476dccbcc993af9f4ffeb191b77a7951e +FROM cgr.dev/chainguard/static:latest@sha256:11ec91f0372630a2ca3764cea6325bebb0189a514084463cbb3724e5bb350d14 COPY --from=health-probe-builder /go/bin/grpc-health-probe /usr/local/bin/grpc_health_probe COPY --from=permify-builder /go/src/app/permify /usr/local/bin/permify ENV PATH="$PATH:/usr/local/bin" diff --git a/Dockerfile.release b/Dockerfile.release index 580cbd3b6..da624d927 100644 --- a/Dockerfile.release +++ b/Dockerfile.release @@ -8,7 +8,7 @@ RUN git checkout master ENV GOTOOLCHAIN=local RUN CGO_ENABLED=0 go install -a -tags netgo -ldflags=-w -FROM cgr.dev/chainguard/static:latest@sha256:9cef3c6a78264cb7e25923bf1bf7f39476dccbcc993af9f4ffeb191b77a7951e +FROM cgr.dev/chainguard/static:latest@sha256:11ec91f0372630a2ca3764cea6325bebb0189a514084463cbb3724e5bb350d14 COPY --from=health-probe-builder /go/bin/grpc-health-probe /usr/local/bin/grpc_health_probe COPY permify /usr/local/bin/permify ENTRYPOINT ["permify"]