File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ RUN git checkout master
1313ENV GOTOOLCHAIN=local
1414RUN 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
1717COPY --from=health-probe-builder /go/bin/grpc-health-probe /usr/local/bin/grpc_health_probe
1818COPY --from=permify-builder /go/src/app/permify /usr/local/bin/permify
1919ENV PATH="$PATH:/usr/local/bin"
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ RUN git checkout master
88ENV GOTOOLCHAIN=local
99RUN 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
1212COPY --from=health-probe-builder /go/bin/grpc-health-probe /usr/local/bin/grpc_health_probe
1313COPY permify /usr/local/bin/permify
1414ENTRYPOINT ["permify"]
You can’t perform that action at this time.
0 commit comments