From 9656bf7c2c5f30b14e3083786c76c9cb68e33143 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 04:54:46 +0000 Subject: [PATCH] chore(deps): update bump-dependencies --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index fe5c6c1..04f1b56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,11 +19,11 @@ ENV \ ARG \ # renovate: datasource=npm depName=@anthropic-ai/claude-code - CLAUDE_CLI_VERSION=2.1.14 \ + CLAUDE_CLI_VERSION=2.1.26 \ # renovate: datasource=npm depName=@google/gemini-cli - GEMINI_CLI_VERSION=0.25.0 \ + GEMINI_CLI_VERSION=0.26.0 \ # renovate: datasource=npm depName=opencode-ai - OPENCODE_AI_VERSION=1.1.28 + OPENCODE_AI_VERSION=1.1.44 RUN npm install -g \ "@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" \