File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -92,12 +92,12 @@ RUN sh -c "$(wget --progress=dot:giga -O- https://github.com/deluan/zsh-in-docke
9292 -a "export PROMPT_COMMAND='history -a' && export HISTFILE=/commandhistory/.bash_history" \
9393 -x
9494
95- # renovate: datasource=npm depName=@anthropic-ai/claude-code
96- ARG CLAUDE_CLI_VERSION=v2.0.60
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
97100RUN npm install -g @anthropic-ai/claude-code@$CLAUDE_CLI_VERSION
98-
99- # datasource=npm depName=@google/gemini-cli
100- ARG GEMINI_CLI_VERSION=v0.19.4
101101RUN npm install -g @google/gemini-cli@$GEMINI_CLI_VERSION
102102
103103# Copy and set up firewall script
You can’t perform that action at this time.
0 commit comments