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
2 changes: 1 addition & 1 deletion action/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
# node:22 — @qwen-code/qwen-code declares engines.node ">=22.0.0"; the older
# node:20 base tripped an engine mismatch at `qwen --version`. 22 also suits
# claude-code / codex and matches skill-up's own Node bootstrap default.
FROM node:22-bookworm-slim@sha256:8607a9064d4a571140998ae9e52a3b3fcf9cff361d04642d5971e6cd76d39e27
FROM node:26-bookworm-slim@sha256:2d49d876e96237d76de412761cf05dbfe5aee325cc4406a4d41d5824c5bb8beb

# Pin the agent CLI versions. Bump these in a PR; the build workflow republishes
# the image. Keep codex aligned with the codexDefaultVersion skill-up expects.
Expand Down
Loading