Skip to content

Commit

Permalink
[Misc] Upgrade node to 20.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelleduc committed Jun 25, 2024
1 parent 728aef0 commit 0c0c738
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 @@ -20,7 +20,7 @@
# Initialize an agent with node tooling installed (i.e., node, npm, and pnpm)
# We use a multi stages build to install pnpm in a node container, before copying the node executables the Jenkins
# agent without persisting intermediate layers, for a lighter docker image.
FROM node:20.14.0 AS node_base
FROM node:20.15.0 AS node_base
# Enable corepack to be able to manipulate pnpm version.
RUN corepack enable
# Activate and install pnpm.
Expand Down

0 comments on commit 0c0c738

Please sign in to comment.