From d07bd96c7b30a7d0d0b69a70becffae3f6039d1f Mon Sep 17 00:00:00 2001 From: Octavian FlowiseAI <154992625+ocflowiseai@users.noreply.github.com> Date: Wed, 17 Apr 2024 00:32:23 +0200 Subject: [PATCH] Pin the pnpm@8.14.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 60f2400b..a9869fc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,7 +13,7 @@ RUN apk add --no-cache build-base cairo-dev pango-dev RUN apk add --no-cache chromium #install PNPM globaly -RUN npm install -g pnpm +RUN npm install -g pnpm@8.14.0 ENV PUPPETEER_SKIP_DOWNLOAD=true ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser