We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5bf4370 + 5906bab commit 2c53a13Copy full SHA for 2c53a13
Dockerfile
@@ -4,7 +4,7 @@ RUN apk update && apk add --no-cache git
4
COPY . .
5
RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod CGO_ENABLED=0 go build -v ./cmd/permify/
6
7
-FROM cgr.dev/chainguard/static:latest@sha256:c9635595e59e9f4a48da16842ce8dd8984298af3140dcbe5ed2ea4a02156db9c
+FROM cgr.dev/chainguard/static:latest@sha256:d786d1c686ce4a49376cd2f068d91e691b2bb2e3a6f38513b2396b69b1a9c06f
8
COPY --from=ghcr.io/grpc-ecosystem/grpc-health-probe:v0.4.37 /ko-app/grpc-health-probe /usr/local/bin/grpc_health_probe
9
COPY --from=permify-builder /go/src/app/permify /usr/local/bin/permify
10
ENV PATH="$PATH:/usr/local/bin"
0 commit comments