Bootstrap pnpm via Corepack and pin packageManager version

Replace the npm-based pnpm bootstrap in the Docker assets stage with
Corepack (ships with Node, no npm needed) and pin the pnpm version via
package.json's packageManager field for reproducible builds.
This commit is contained in:
Claude
2026-06-14 12:48:30 +00:00
parent 0b7ddc260f
commit 263299ca52
2 changed files with 4 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
{
"packageManager": "pnpm@10.33.0",
"devDependencies": {
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",