From 3be0765919baa6d563b9ed9d0a242539259634b6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 07:13:09 +0000 Subject: [PATCH] chore(deps): update github cli to v2.97.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6a29562..b6cf0c3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -36,7 +36,7 @@ RUN curl https://mise.run | MISE_INSTALL_PATH=/usr/local/bin/mise sh # 3. GitHub CLI (own layer — version changes independently) # --------------------------------------------------------------------------- # renovate: datasource=github-releases depName=cli/cli -ARG GH_VERSION=2.96.0 +ARG GH_VERSION=2.97.0 RUN ARCH=$(dpkg --print-architecture) && \ URL="https://github.com/cli/cli/releases/download/v${GH_VERSION}/gh_${GH_VERSION}_linux_${ARCH}.deb" && \ echo "Downloading GitHub CLI v${GH_VERSION} from ${URL}" && \