Skip to content

Commit

Permalink
[Misc] Upgrade pnpm to 9.14.2
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelleduc committed Nov 26, 2024
1 parent c519cd2 commit 1e4611a
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:22.11.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.12.2 --activate
RUN corepack prepare pnpm@9.14.2 --activate
# The final docker image of the multi stage build.
FROM jenkins/ssh-agent:jdk21
# Copy of the location of the installed node tools.
Expand Down

0 comments on commit 1e4611a

Please sign in to comment.