Skip to content

Commit

Permalink
[Misc] Upgrade pnpm to 8.15.6
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelleduc committed Apr 2, 2024
1 parent cb72e0a commit 3f41f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build-node/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ FROM node:20.11.1 AS node_base
# Enable corepack to be able to manipulate pnpm version.
RUN corepack enable
# Activate and install pnpm.
RUN corepack prepare [email protected].5 --activate
RUN corepack prepare [email protected].6 --activate
# The final docker image of the multi stage build.
FROM jenkins/ssh-agent:jdk11
# Copy of the location of the installed node tools.
Expand Down

0 comments on commit 3f41f57

Please sign in to comment.