Skip to content

Commit c8a4ab8

Browse files
authored
Update Dockerfile
1 parent 51788d0 commit c8a4ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ ARG \
2121
# renovate: datasource=npm depName=@anthropic-ai/claude-code
2222
CLAUDE_CLI_VERSION=2.0.64 \
2323
# renovate: datasource=npm depName=@google/gemini-cli
24-
GEMINI_CLI_VERSION=0.20.0
24+
GEMINI_CLI_VERSION=0.20.2
2525

2626
RUN npm install -g "@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" && \
2727
npm install -g "@google/gemini-cli@$GEMINI_CLI_VERSION"

0 commit comments

Comments
 (0)