From 4d13935678aa6d941e32f385da3cff6c82b6c1b7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 18:15:45 +0000 Subject: [PATCH] chore(deps): update dependency opencode-ai to v1.1.10 [security] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1085b49..0fba3bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ ARG \ # renovate: datasource=npm depName=@google/gemini-cli GEMINI_CLI_VERSION=0.24.0 \ # renovate: datasource=npm depName=opencode-ai - OPENCODE_AI_VERSION=1.1.4 + OPENCODE_AI_VERSION=1.1.10 RUN npm install -g \ "@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" \