We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 266dbfe + b7bb461 commit 72c8fbcCopy full SHA for 72c8fbc
1 file changed
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:7a6456cc96ecde793b7c8ad9a3ccd5d610d6168a6f64d693ecc2e84f8276c6c6
+FROM cgr.dev/chainguard/static:latest@sha256:9276a4ebe6b98cd1bbd53b8139228434a0e4f00d06d39e33688e9bd759986656
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