From e405a3f58471e6e5e7a93480eea1c8873350db34 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 28 Apr 2026 14:04:07 +0000 Subject: [PATCH] chore(deps): update github cli to v2.92.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index da777f9..216bd78 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.90.0 +ARG GH_VERSION=2.92.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}" && \