From d12eb2ceb5acc330bcf105a8e66e6e408882b1a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:30:22 +0000 Subject: [PATCH] chore(deps): update bump-dependencies --- Dockerfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Dockerfile b/Dockerfile index e23c645..cc69b17 100644 --- a/Dockerfile +++ b/Dockerfile @@ -20,13 +20,13 @@ ENV \ ARG \ # renovate: datasource=npm depName=@anthropic-ai/claude-code - CLAUDE_CLI_VERSION=2.1.104 \ + CLAUDE_CLI_VERSION=2.1.112 \ # renovate: datasource=npm depName=@openai/codex - CODEX_CLI_VERSION=0.120.0 \ + CODEX_CLI_VERSION=0.121.0 \ # renovate: datasource=npm depName=@google/gemini-cli - GEMINI_CLI_VERSION=0.37.1 \ + GEMINI_CLI_VERSION=0.38.1 \ # renovate: datasource=npm depName=opencode-ai - OPENCODE_AI_VERSION=1.4.3 \ + OPENCODE_AI_VERSION=1.4.7 \ CLI="" RUN if [ -n "$CLI" ]; then \