Skip to content
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ RUN ARCH=$(dpkg --print-architecture) && \
# All three are explicitly pinned so worker image rebuilds are reproducible —
# upstream CLI changes can introduce subtle behavioural drift in headless mode.
RUN npm install -g \
@anthropic-ai/claude-code@2.1.119 \
@openai/codex@0.125.0 \
@anthropic-ai/claude-code@2.1.185 \
@openai/codex@0.141.0 \
opencode-ai@1.14.25

# Playwright browser cache.
Expand Down
Loading
Loading