From f8c9140f30fb4fc8d9a93959faa143b8100a1cb4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Feb 2026 12:50:15 +0000 Subject: [PATCH] chore(deps): update bump-dependencies --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index 50a7057..4f46e4c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,13 +19,13 @@ ENV \ ARG \ # renovate: datasource=npm depName=@anthropic-ai/claude-code - CLAUDE_CLI_VERSION=2.1.42 \ + CLAUDE_CLI_VERSION=2.1.45 \ # renovate: datasource=npm depName=@openai/codex - CODEX_CLI_VERSION=0.101.0 \ + CODEX_CLI_VERSION=0.104.0 \ # renovate: datasource=npm depName=@google/gemini-cli - GEMINI_CLI_VERSION=0.28.2 \ + GEMINI_CLI_VERSION=0.29.0 \ # renovate: datasource=npm depName=opencode-ai - OPENCODE_AI_VERSION=1.2.1 + OPENCODE_AI_VERSION=1.2.6 RUN npm install -g \ "@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" \