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