File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ RUN CGO_ENABLED=0 GOOS=${TARGETOS} GOARCH=${TARGETARCH} \
2828 -o /out/gitdr ./cmd/gitdr
2929
3030# ---- runtime: wolfi + git + git-lfs, non-root ----
31- FROM cgr.dev/chainguard/wolfi-base:latest@sha256:5ec604f42453ccad5058c32094de2347b4bf8f67980465a8f1505ccec4fc6883
31+ FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a8fd427de5882aed77471b0a432c3675eda6b6a0ae952b5d640b46da628cdbe
3232RUN apk add --no-cache git git-lfs ca-certificates-bundle && \
3333 git lfs install --system
3434COPY --from=build /out/gitdr /usr/bin/gitdr
Original file line number Diff line number Diff line change 77#
88# The base is pinned by digest; Renovate moves it when Chainguard rebuilds.
99
10- FROM cgr.dev/chainguard/wolfi-base:latest@sha256:5ec604f42453ccad5058c32094de2347b4bf8f67980465a8f1505ccec4fc6883
10+ FROM cgr.dev/chainguard/wolfi-base:latest@sha256:0a8fd427de5882aed77471b0a432c3675eda6b6a0ae952b5d640b46da628cdbe
1111RUN apk add --no-cache git git-lfs ca-certificates-bundle && \
1212 git lfs install --system
1313COPY gitdr /usr/bin/gitdr
You can’t perform that action at this time.
0 commit comments