Bump Hermes container Dockerfile Node 22 → 24 LTS #4

Closed
opened 2026-06-17 19:03:17 +02:00 by clawdie · 0 comments
Owner

Native debby is already on Node 24 via fnm, but the container backend uses a separate image and the Dockerfile still pins Node 22.

Dockerfile:9:

FROM node:22-bookworm-slim@sha256:7af03b14... AS node_source

Per the toolchain baseline (layered-soul docs/TOOLCHAIN.md), the standard is Node 24 LTS across the matrix.

Action: bump the node_source stage 22 → 24 (update the image tag + sha256 digest), rebuild, and retest the gateway UI build. One-line change but easy to forget — tracking so it doesn't fall off.

🤖 Generated with Claude Code

Native debby is already on Node 24 via fnm, but the **container backend uses a separate image** and the Dockerfile still pins Node 22. `Dockerfile:9`: ``` FROM node:22-bookworm-slim@sha256:7af03b14... AS node_source ``` Per the toolchain baseline (layered-soul `docs/TOOLCHAIN.md`), the standard is **Node 24 LTS** across the matrix. **Action:** bump the `node_source` stage 22 → 24 (update the image tag + sha256 digest), rebuild, and retest the gateway UI build. One-line change but easy to forget — tracking so it doesn't fall off. 🤖 Generated with [Claude Code](https://claude.com/claude-code)
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: clawdie/hermes-bsd#4
No description provided.