From 76aca2cf9f8e2715c6a532e5e63ddca3d35fbb79 Mon Sep 17 00:00:00 2001 From: Manuel Leduc Date: Mon, 9 Dec 2024 16:55:55 +0100 Subject: [PATCH] [Misc] Upgrade pnpm to 9.15.0 --- build-node/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-node/Dockerfile b/build-node/Dockerfile index 92e06da..708db69 100644 --- a/build-node/Dockerfile +++ b/build-node/Dockerfile @@ -24,7 +24,7 @@ FROM node:22.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@9.14.2 --activate +RUN corepack prepare pnpm@9.15.0 --activate # The final docker image of the multi stage build. FROM jenkins/ssh-agent:jdk21 # Copy of the location of the installed node tools.