Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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" \
Expand Down