Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:24-trixie@sha256:bea2f8264c42f56e253295ebd89db8e7c4ff96a03339adeb4a7628bd548d9476
FROM node:24-trixie@sha256:c5d7e2590675fc31c7d6709e052030f9be090bc8ddcded1b559c503c54cf5c2b

ARG TZ
ENV TZ="$TZ"
Expand All @@ -19,11 +19,11 @@ ENV \

ARG \
# renovate: datasource=npm depName=@anthropic-ai/claude-code
CLAUDE_CLI_VERSION=2.1.26 \
CLAUDE_CLI_VERSION=2.1.37 \
# renovate: datasource=npm depName=@google/gemini-cli
GEMINI_CLI_VERSION=0.26.0 \
GEMINI_CLI_VERSION=0.28.0-preview.5 \
# renovate: datasource=npm depName=opencode-ai
OPENCODE_AI_VERSION=1.1.44
OPENCODE_AI_VERSION=1.1.53

RUN npm install -g \
"@anthropic-ai/claude-code@$CLAUDE_CLI_VERSION" \
Expand Down