Skip to content

Commit 8c0dddf

Browse files
committed
[Misc] Upgrade pnpm to 9.1.4 and node to 20.14.0
1 parent e4ae169 commit 8c0dddf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

build-node/Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
# Initialize an agent with node tooling installed (i.e., node, npm, and pnpm)
2121
# We use a multi stages build to install pnpm in a node container, before copying the node executables the Jenkins
2222
# agent without persisting intermediate layers, for a lighter docker image.
23-
FROM node:20.13.1 AS node_base
23+
FROM node:20.14.0 AS node_base
2424
# Enable corepack to be able to manipulate pnpm version.
2525
RUN corepack enable
2626
# Activate and install pnpm.
27-
RUN corepack prepare [email protected].2 --activate
27+
RUN corepack prepare [email protected].4 --activate
2828
# The final docker image of the multi stage build.
2929
FROM jenkins/ssh-agent:jdk11
3030
# Copy of the location of the installed node tools.

0 commit comments

Comments
 (0)