Skip to content

Commit add6d76

Browse files
committed
[Misc] Upgrade pnpm to 9.0.6
1 parent 3966966 commit add6d76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-node/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ FROM node:20.12.2 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].5 --activate
27+
RUN corepack prepare [email protected].6 --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)