diff --git a/build-node/Dockerfile b/build-node/Dockerfile index 708db69..e0890fc 100644 --- a/build-node/Dockerfile +++ b/build-node/Dockerfile @@ -20,7 +20,7 @@ # Initialize an agent with node tooling installed (i.e., node, npm, and pnpm) # We use a multi stages build to install pnpm in a node container, before copying the node executables the Jenkins # agent without persisting intermediate layers, for a lighter docker image. -FROM node:22.11.0 AS node_base +FROM node:22.12.0 AS node_base # Enable corepack to be able to manipulate pnpm version. RUN corepack enable # Activate and install pnpm.