From e5785aac053ac4a5c3ec43bbe5dee9b5706c7e37 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 12 Oct 2025 21:50:08 +0000 Subject: [PATCH] chore(deps): update dependency alpine_3_22/github-cli to v2.72.0-r4 --- ci/publish-binary.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/publish-binary.Dockerfile b/ci/publish-binary.Dockerfile index bd815ae..2807c01 100644 --- a/ci/publish-binary.Dockerfile +++ b/ci/publish-binary.Dockerfile @@ -1,5 +1,5 @@ FROM alpine:3.22@sha256:4b7ce07002c69e8f3d704a9c5d6fd3053be500b7f1c69fc0d80990c2ad8dd412 RUN apk add --no-cache \ - github-cli=2.72.0-r3 + github-cli=2.72.0-r4 ENTRYPOINT ["/workspace/ci/publish-binary.sh"]