Skip to content

Commit 723e06d

Browse files
authored
Merge pull request #2750 from Permify/dependabot/docker/chainguard/static-99a5f82
build(deps): bump chainguard/static from `a301031` to `99a5f82`
2 parents 409dda9 + d0aa341 commit 723e06d

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