fix: pin pnpm version in dockerfile to prevent corepack fetching latest

This commit is contained in:
Henry
2026-05-11 15:49:31 +01:00
parent 507c553778
commit 4459fbb4b2

View File

@@ -11,6 +11,7 @@ RUN apk update && \
apk add --no-cache libc6-compat && \
rm -rf /var/cache/apk/* /tmp/* || true && \
corepack enable && \
corepack prepare pnpm@9.14.2 --activate && \
npm install turbo@2.3.1 --global && \
pnpm config set store-dir ~/.pnpm-store