Skip to content

fix(docker): 🐛 replace broken pnpm download URL with corepack#849

Merged
phoebus-84 merged 1 commit into
mainfrom
fix_docker_image
May 6, 2026
Merged

fix(docker): 🐛 replace broken pnpm download URL with corepack#849
phoebus-84 merged 1 commit into
mainfrom
fix_docker_image

Conversation

@phoebus-84

Copy link
Copy Markdown
Collaborator

pnpm changed their release artifact naming, causing
https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64
to return 404.

Use Node.js built-in corepack instead, which is the officially recommended
way to install pnpm in Docker images.

pnpm changed their release artifact naming, causing
https://github.com/pnpm/pnpm/releases/latest/download/pnpm-linuxstatic-x64
to return 404.

Use Node.js built-in corepack instead, which is the officially recommended
way to install pnpm in Docker images.
@phoebus-84 phoebus-84 merged commit 49a731c into main May 6, 2026
1 check passed
@phoebus-84 phoebus-84 deleted the fix_docker_image branch May 6, 2026 10:38
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