Skip to content

Commit a7bc2f7

Browse files
authored
Merge pull request #2718 from Permify/dependabot/docker/chainguard/static-a301031
build(deps): bump chainguard/static from `d44809c` to `a301031`
2 parents 4b1a556 + fcefb35 commit a7bc2f7

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:d44809cee093b550944c1f666ff13301f92484bfdd2e53ecaac82b5b6f89647d
16+
FROM cgr.dev/chainguard/static:latest@sha256:a301031ffd4ed67f35ca7fa6cf3dad9937b5fa47d7493955a18d9b4ca5412d1a
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:d44809cee093b550944c1f666ff13301f92484bfdd2e53ecaac82b5b6f89647d
11+
FROM cgr.dev/chainguard/static:latest@sha256:a301031ffd4ed67f35ca7fa6cf3dad9937b5fa47d7493955a18d9b4ca5412d1a
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)