We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e318376 + 4499540 commit 2c3b6e4Copy full SHA for 2c3b6e4
1 file changed
Dockerfile
@@ -20,8 +20,8 @@ FROM ${NODE_IMAGE} AS frontend-builder
20
21
WORKDIR /app/frontend
22
23
-# Install pnpm
24
-RUN corepack enable && corepack prepare pnpm@latest --activate
+# Install pnpm (pinned to v9 to match CI and keep builds reproducible)
+RUN corepack enable && corepack prepare pnpm@9 --activate
25
26
# Install dependencies first (better caching)
27
COPY frontend/package.json frontend/pnpm-lock.yaml ./
0 commit comments