From 55f47772b63fd542523382ff7e891c2629ee0962 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 10 May 2026 16:04:00 +0000 Subject: [PATCH 1/2] chore(deps): update dependency opencode-ai to v1.14.41 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 04779a2..7a7f17a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -230,7 +230,7 @@ ARG \ # renovate: datasource=npm depName=@google/gemini-cli GEMINI_CLI_VERSION=0.41.2 \ # renovate: datasource=npm depName=opencode-ai - OPENCODE_AI_VERSION=1.14.40 \ + OPENCODE_AI_VERSION=1.14.41 \ CLI="" RUN if [ -n "$CLI" ]; then \ From 95bf76d12d6243d1d5bc2a61c4b6c5d7f9433d35 Mon Sep 17 00:00:00 2001 From: Joe Corall Date: Sun, 10 May 2026 12:05:42 -0400 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 7a7f17a..8214b64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -224,9 +224,9 @@ ENV \ ARG \ # renovate: datasource=npm depName=@anthropic-ai/claude-code - CLAUDE_CLI_VERSION=2.1.132 \ + CLAUDE_CLI_VERSION=2.1.138 \ # renovate: datasource=npm depName=@openai/codex - CODEX_CLI_VERSION=0.128.0 \ + CODEX_CLI_VERSION=0.130.0 \ # renovate: datasource=npm depName=@google/gemini-cli GEMINI_CLI_VERSION=0.41.2 \ # renovate: datasource=npm depName=opencode-ai