We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cfd98b commit a3339f0Copy full SHA for a3339f0
Dockerfile
@@ -19,11 +19,11 @@ ENV \
19
20
ARG \
21
# renovate: datasource=npm depName=@anthropic-ai/claude-code
22
- CLAUDE_CLI_VERSION=2.1.38 \
+ CLAUDE_CLI_VERSION=2.1.41 \
23
# renovate: datasource=npm depName=@google/gemini-cli
24
- GEMINI_CLI_VERSION=0.28.0-preview.6 \
+ GEMINI_CLI_VERSION=0.28.2 \
25
# renovate: datasource=npm depName=opencode-ai
26
- OPENCODE_AI_VERSION=1.1.53
+ OPENCODE_AI_VERSION=1.1.65
27
28
RUN npm install -g \
29
"@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" \
0 commit comments