Skip to content

fix(docker): upgrade to Node.js 22 LTS, pin pnpm@9#15

Merged
Mapleeeeeeeeeee merged 1 commit into
mainfrom
fix/docker-node22
May 13, 2026
Merged

fix(docker): upgrade to Node.js 22 LTS, pin pnpm@9#15
Mapleeeeeeeeeee merged 1 commit into
mainfrom
fix/docker-node22

Conversation

@Mapleeeeeeeeeee
Copy link
Copy Markdown
Owner

Summary

  • Switch from apt nodejs (v20) to NodeSource Node.js 22 LTS
  • Pin pnpm to v9 to avoid ERR_UNKNOWN_BUILTIN_MODULE with pnpm 10+

Test plan

  • Docker build succeeds with --no-cache
  • New image contains latest source code (verified created with in ffmpeg.py)

🤖 Generated with Claude Code

The previous Dockerfile used apt's nodejs (v20) with latest pnpm,
which broke with ERR_UNKNOWN_BUILTIN_MODULE. Switch to NodeSource
Node.js 22 LTS and pin pnpm to v9 for compatibility.

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
@Mapleeeeeeeeeee Mapleeeeeeeeeee merged commit f70b7dc into main May 13, 2026
@Mapleeeeeeeeeee Mapleeeeeeeeeee deleted the fix/docker-node22 branch May 13, 2026 10:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant