Skip to content

Commit ebcee69

Browse files
authored
Merge pull request #2802 from Permify/dependabot/docker/chainguard/static-11ec91f
build(deps): bump chainguard/static from `9cef3c6` to `d6d54da`
2 parents e167bd3 + 78ecc77 commit ebcee69

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN git checkout master
1313
ENV GOTOOLCHAIN=local
1414
RUN CGO_ENABLED=0 go install -a -tags netgo -ldflags=-w
1515

16-
FROM cgr.dev/chainguard/static:latest@sha256:9cef3c6a78264cb7e25923bf1bf7f39476dccbcc993af9f4ffeb191b77a7951e
16+
FROM cgr.dev/chainguard/static:latest@sha256:d6d54da1c5bf5d9cecb231786adca86934607763067c8d7d9d22057abe6d5dbc
1717
COPY --from=health-probe-builder /go/bin/grpc-health-probe /usr/local/bin/grpc_health_probe
1818
COPY --from=permify-builder /go/src/app/permify /usr/local/bin/permify
1919
ENV PATH="$PATH:/usr/local/bin"

Dockerfile.release

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN git checkout master
88
ENV GOTOOLCHAIN=local
99
RUN CGO_ENABLED=0 go install -a -tags netgo -ldflags=-w
1010

11-
FROM cgr.dev/chainguard/static:latest@sha256:9cef3c6a78264cb7e25923bf1bf7f39476dccbcc993af9f4ffeb191b77a7951e
11+
FROM cgr.dev/chainguard/static:latest@sha256:d6d54da1c5bf5d9cecb231786adca86934607763067c8d7d9d22057abe6d5dbc
1212
COPY --from=health-probe-builder /go/bin/grpc-health-probe /usr/local/bin/grpc_health_probe
1313
COPY permify /usr/local/bin/permify
1414
ENTRYPOINT ["permify"]

0 commit comments

Comments
 (0)