From c36db2c18fc5f7cfd7bf5d295f3faf3931df736b Mon Sep 17 00:00:00 2001 From: Nicolai Ort Date: Mon, 6 Nov 2023 20:27:30 +0100 Subject: [PATCH] Pin pnpm --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4058c26..d96f1b4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ ARG NPM_REGISTRY_URL=https://registry.npmjs.org WORKDIR /app COPY . . -RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8 +RUN npm config set registry $NPM_REGISTRY_URL && npm i -g pnpm@8.1.1 RUN pnpm i && pnpm build && pnpm postbuild # final image