From f5c6f436b5b5b5c40b4ae0bca58e77e7059075aa Mon Sep 17 00:00:00 2001 From: Mawoka Date: Fri, 8 Jul 2022 21:15:37 +0200 Subject: [PATCH] :arrow_up: Updated pnpm in docker-image --- frontend/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/Dockerfile b/frontend/Dockerfile index e572423..e23e43c 100644 --- a/frontend/Dockerfile +++ b/frontend/Dockerfile @@ -20,7 +20,7 @@ COPY package*.json ./ COPY pnpm-lock.yaml ./ # run npm install in our local machine -RUN corepack enable && corepack prepare pnpm@7.0.0-rc.2 --activate && pnpm i +RUN corepack enable && corepack prepare pnpm@7.5.0 --activate && pnpm i # copy the generated modules and all other files to the container COPY . .