We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3966966 commit add6d76Copy full SHA for add6d76
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 [email protected].5 --activate
+RUN corepack prepare [email protected].6 --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