diff --git a/action/Dockerfile b/action/Dockerfile index 4c95587..339c549 100644 --- a/action/Dockerfile +++ b/action/Dockerfile @@ -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.