We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent df98385 commit a037eb4Copy full SHA for a037eb4
1 file changed
Dockerfile
@@ -19,13 +19,13 @@ ENV \
19
20
ARG \
21
# renovate: datasource=npm depName=@anthropic-ai/claude-code
22
- CLAUDE_CLI_VERSION=2.1.63 \
+ CLAUDE_CLI_VERSION=2.1.70 \
23
# renovate: datasource=npm depName=@openai/codex
24
- CODEX_CLI_VERSION=0.107.0 \
+ CODEX_CLI_VERSION=0.112.0-alpha.4-win32-x64 \
25
# renovate: datasource=npm depName=@google/gemini-cli
26
- GEMINI_CLI_VERSION=0.32.0-preview.0 \
+ GEMINI_CLI_VERSION=0.32.1 \
27
# renovate: datasource=npm depName=opencode-ai
28
- OPENCODE_AI_VERSION=1.2.15 \
+ OPENCODE_AI_VERSION=1.2.20 \
29
CLI=""
30
31
RUN if [ -n "$CLI" ]; then \
0 commit comments