We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51788d0 commit c8a4ab8Copy full SHA for c8a4ab8
Dockerfile
@@ -21,7 +21,7 @@ ARG \
21
# renovate: datasource=npm depName=@anthropic-ai/claude-code
22
CLAUDE_CLI_VERSION=2.0.64 \
23
# renovate: datasource=npm depName=@google/gemini-cli
24
- GEMINI_CLI_VERSION=0.20.0
+ GEMINI_CLI_VERSION=0.20.2
25
26
RUN npm install -g "@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" && \
27
npm install -g "@google/gemini-cli@$GEMINI_CLI_VERSION"
0 commit comments