We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b2792c commit 6f50adfCopy full SHA for 6f50adf
build-node/Dockerfile
@@ -24,7 +24,7 @@ FROM node:20.12.2 AS node_base
24
# Enable corepack to be able to manipulate pnpm version.
25
RUN corepack enable
26
# Activate and install pnpm.
27
-RUN corepack prepare pnpm@8.15.7 --activate
+RUN corepack prepare pnpm@9.0.4 --activate
28
# The final docker image of the multi stage build.
29
FROM jenkins/ssh-agent:jdk11
30
# Copy of the location of the installed node tools.
0 commit comments