File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 1- FROM ghcr.io/planetscale/ghcommit:v0.1.55@sha256:1e619715b0b8b4f80571ae0c1afaebc2329f5eb5514c878303dbe43ce0944563 AS ghcommit
1+ FROM --platform=$TARGETARCH ghcr.io/planetscale/ghcommit:v0.1.56 AS ghcommit
22
33# hadolint ignore=DL3007
4- FROM pscale.dev/wolfi-prod/base:latest AS base
4+ FROM --platform=$TARGETARCH pscale.dev/wolfi-prod/base:latest AS base
55
66COPY --from=ghcommit /ghcommit /usr/bin/ghcommit
77
Original file line number Diff line number Diff line change 99 ],
1010 "packageRules" : [
1111 {
12- "description" : " Don't pin base image, we do not want its weekly updates." ,
1312 "matchPackageNames" : [
14- " pscale.dev/wolfi-prod/base"
13+ " pscale.dev/wolfi-prod/base" ,
14+ " ghcr.io/planetscale/ghcommit"
1515 ],
1616 "pinDigests" : false
1717 }
You can’t perform that action at this time.
0 commit comments