From 4511db15266a2a5f2876bc83de69b786066d7818 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Thu, 6 Mar 2025 18:32:25 +0000 Subject: [PATCH] fix --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 528749be..02a35ffc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -33,7 +33,7 @@ COPY --from=builder /app/pnpm*.yaml /app/ # Copy patches COPY --from=builder /app/patches /app/patches -RUN npm install -g pnpm +RUN npm install -g pnpm@10.4.0 RUN chown -R node:node /app