Skip to content

fix(devcontainer): pin node base image to 26.0-slim#105

Merged
CaseyHoover merged 1 commit intomainfrom
hotfix/pin-node-base-image
May 9, 2026
Merged

fix(devcontainer): pin node base image to 26.0-slim#105
CaseyHoover merged 1 commit intomainfrom
hotfix/pin-node-base-image

Conversation

@CaseyHoover
Copy link
Copy Markdown
Owner

Summary

Test plan

Docker Hub rebuilt the floating `node:26-slim` tag on 2026-05-08
to ship Node.js 26.1.0 (nodejs/docker-node#2491, merged 2026-05-07
17:20 UTC — about 2h after the last green CI run on this repo).
Every CI run since has hung inside the `devcontainers/ci` step:
some stalled silently with no output, others stalled right after
`playwright install` finished downloading Chromium. Reproduced on
multiple runners across PR and dependabot branches, so it isn't
a transient runner issue.

Pin to `node:26.0-slim` to roll back to the previously-green
26.0.x minor while Node 26.1.x stabilizes. Dependabot's docker
ecosystem will surface the next bump when ready.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@CaseyHoover CaseyHoover enabled auto-merge May 9, 2026 02:41
@CaseyHoover CaseyHoover merged commit a80497f into main May 9, 2026
6 checks passed
@CaseyHoover CaseyHoover deleted the hotfix/pin-node-base-image branch May 9, 2026 02:41
@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 9, 2026

🎉 This PR is included in version 1.0.3 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant