diff --git a/build-node/Dockerfile b/build-node/Dockerfile index 4c87de9..84e6b50 100644 --- a/build-node/Dockerfile +++ b/build-node/Dockerfile @@ -24,7 +24,7 @@ FROM node:20.11.0 AS node_base # Enable corepack to be able to manipulate pnpm version. RUN corepack enable # Activate and install pnpm. -RUN corepack prepare pnpm@8.14.1 --activate +RUN corepack prepare pnpm@8.14.3 --activate # The final docker image of the multi stage build. FROM jenkins/ssh-agent:jdk11 # Copy of the location of the installed node tools.