From 3eb9f2782b66eee9bd1403bab3efccb1bbca44bc Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jun 2026 02:00:11 +0000 Subject: [PATCH] chore(deps): update alpine docker tag to v3.24 --- cab/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cab/Dockerfile b/cab/Dockerfile index b5be39c..28485c5 100644 --- a/cab/Dockerfile +++ b/cab/Dockerfile @@ -23,7 +23,7 @@ RUN CGO_ENABLED=0 go build -trimpath -ldflags="-s -w" -o /out/cab . # rather than apk's `github-cli` package because Alpine ships an older # release that queries fields gitcabin's partial schema doesn't expose; # pinning gh to the same version the host typically runs avoids that drift. -FROM alpine:3.23 +FROM alpine:3.24 ARG GH_VERSION=2.92.0 RUN apk add --no-cache ca-certificates wget tar && \ arch=$(uname -m | sed 's/x86_64/amd64/; s/aarch64/arm64/') && \