We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1b7faa9 commit 64dd95bCopy full SHA for 64dd95b
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24-trixie@sha256:1501d5fd51032aa10701a7dcc9e6c72ab1e611a033ffcf08b6d5882e9165f63e
+FROM node:24-trixie@sha256:9fabb41bc32c72b02fd332bb6b6a17e01117d7eaa379a497a5adf7e1651baa2b
2
3
ARG TZ
4
ENV TZ="$TZ"
@@ -19,9 +19,9 @@ ENV \
19
20
ARG \
21
# renovate: datasource=npm depName=@anthropic-ai/claude-code
22
- CLAUDE_CLI_VERSION=v2.0.60 \
+ CLAUDE_CLI_VERSION=2.0.62 \
23
# renovate: datasource=npm depName=@google/gemini-cli
24
- GEMINI_CLI_VERSION=v0.19.4
+ GEMINI_CLI_VERSION=0.20.0-preview.5
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