From 0fb13ba8e29b208743f5f675eef57838e3aa56b8 Mon Sep 17 00:00:00 2001 From: Manuel Leduc Date: Thu, 17 Oct 2024 17:40:53 +0200 Subject: [PATCH] [Misc] Upgrade pnpm to 9.12.1 --- build-node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-node/Dockerfile b/build-node/Dockerfile index 2f65d82..c94525d 100644 --- a/build-node/Dockerfile +++ b/build-node/Dockerfile @@ -24,7 +24,7 @@ FROM node:20.18.0 AS node_base # Enable corepack to be able to manipulate pnpm version. RUN corepack enable # Activate and install pnpm. -RUN corepack prepare pnpm@9.12.0 --activate +RUN corepack prepare pnpm@9.12.1 --activate # The final docker image of the multi stage build. FROM jenkins/ssh-agent:jdk11 # Copy of the location of the installed node tools.