Skip to content

Commit

Permalink
[Misc] Upgrade pnpm to 9.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelleduc committed Oct 1, 2024
1 parent 5287334 commit c22a490
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.15.0 AS node_base
# Enable corepack to be able to manipulate pnpm version.
RUN corepack enable
# Activate and install pnpm.
RUN corepack prepare pnpm@9.1.4 --activate
RUN corepack prepare pnpm@9.11.0 --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 c22a490

Please sign in to comment.