From 57fb195660d30a94b9067cbc60a56978a488428c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 10 Jan 2026 05:09:07 +0000 Subject: [PATCH] chore(deps): update bump-dependencies --- Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index f6cfaf8..6c8d114 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,11 +19,11 @@ ENV \ ARG \ # renovate: datasource=npm depName=@anthropic-ai/claude-code - CLAUDE_CLI_VERSION=2.0.76 \ + CLAUDE_CLI_VERSION=2.1.0 \ # renovate: datasource=npm depName=@google/gemini-cli - GEMINI_CLI_VERSION=0.22.4 \ + GEMINI_CLI_VERSION=0.23.0 \ # renovate: datasource=npm depName=opencode-ai - OPENCODE_AI_VERSION=1.0.207 + OPENCODE_AI_VERSION=1.1.4 RUN npm install -g \ "@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" \