We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8a6421 commit 5229e1eCopy full SHA for 5229e1e
1 file changed
Dockerfile
@@ -1,4 +1,4 @@
1
-FROM node:24-trixie@sha256:9fabb41bc32c72b02fd332bb6b6a17e01117d7eaa379a497a5adf7e1651baa2b
+FROM node:24-trixie@sha256:306b92aa9c0e42270959980513a018470a9c0dcca611ea03d031b92da538964d
2
3
ARG TZ
4
ENV TZ="$TZ"
@@ -21,9 +21,9 @@ ARG \
21
# renovate: datasource=npm depName=@anthropic-ai/claude-code
22
CLAUDE_CLI_VERSION=2.0.76 \
23
# renovate: datasource=npm depName=@google/gemini-cli
24
- GEMINI_CLI_VERSION=0.22.2 \
+ GEMINI_CLI_VERSION=0.22.4 \
25
# renovate: datasource=npm depName=opencode-ai
26
- OPENCODE_AI_VERSION=1.0.193
+ OPENCODE_AI_VERSION=1.0.207
27
28
RUN npm install -g \
29
"@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" \
0 commit comments