Skip to content

Commit 52d4710

Browse files
build(deps): bump chainguard/static from 2e3db16 to 8d1a963
Bumps [chainguard/static](https://github.com/chainguard-images/images) from `2e3db16` to `8d1a963`. - [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] <support@github.com>
1 parent f5bed13 commit 52d4710

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ RUN apk update && apk add --no-cache git
44
COPY . .
55
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod CGO_ENABLED=0 go build -v ./cmd/permify/
66

7-
FROM cgr.dev/chainguard/static:latest@sha256:2e3db1641bb4fe4e85d2210f4aadb79252e90d5fa745f53a3ffed6a1aab4f73b
7+
FROM cgr.dev/chainguard/static:latest@sha256:8d1a96321dca0e8e7848b7db2d431191f15e7e302faa1428100bbab351d42c7a
88
COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.37 /ko-app/grpc-health-probe /usr/local/bin/grpc_health_probe
99
COPY --from=permify-builder /go/src/app/permify /usr/local/bin/permify
1010
ENV PATH="$PATH:/usr/local/bin"

0 commit comments

Comments
 (0)