From fab389cb0a9cd6302d4cdf5b67086b5aed527135 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 01:39:07 +0000 Subject: [PATCH] chore(deps): update github cli to v2.95.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index faef1cf..a28579c 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.93.0 +ARG GH_VERSION=2.95.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}" && \