Skip to content

Commit

Permalink
Merge pull request #26 from reseau-constellation/renovate/node-22.x
Browse files Browse the repository at this point in the history
Update Node.js to v22
  • Loading branch information
julienmalard authored Jan 9, 2025
2 parents 5dfa2f9 + 9c35f7d commit 8fefb23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Node serves as the runtime environment for JavaScript, hence we use it as our base image.
FROM node:21 AS base
FROM node:22 AS base
RUN npm install -g pnpm
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
Expand Down

0 comments on commit 8fefb23

Please sign in to comment.