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:0c36fcf0bfd7d2c60bb4615dbac143bf9d8309c9bfb13c158095602b396a0f3a

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.6 \
# 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