We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b7d4c2a commit 305dddeCopy full SHA for 305ddde
Dockerfile
@@ -95,8 +95,8 @@ RUN sh -c "$(wget --progress=dot:giga -O- https://github.com/deluan/zsh-in-docke
95
ARG \
96
# renovate: datasource=npm depName=@anthropic-ai/claude-code
97
CLAUDE_CLI_VERSION=v2.0.60 \
98
- # datasource=npm depName=@google/gemini-cli
99
- GEMINI_CLI_VERSION=v0.19.4
+ # renovate: datasource=npm depName=@google/gemini-cli
+ GEMINI_CLI_VERSION=v0.19.4
100
RUN npm install -g @anthropic-ai/claude-code@$CLAUDE_CLI_VERSION
101
RUN npm install -g @google/gemini-cli@$GEMINI_CLI_VERSION
102
0 commit comments