1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-01-23 13:19:36 +01:00

fix: update Node.js to v22.13.1 (security release)

Ref: https://nodejs.org/en/blog/release/v22.13.1
This commit is contained in:
Théo LUDWIG 2025-01-23 13:11:57 +01:00
parent 09d677bd37
commit e68cb08a6f
Signed by: theoludwig
GPG Key ID: ADFE5A563D718F3B

View File

@ -1,4 +1,4 @@
FROM node:22.12.0-slim AS node-pnpm FROM node:22.13.1-slim AS node-pnpm
ENV PNPM_HOME="/pnpm" ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH" ENV PATH="$PNPM_HOME:$PATH"
RUN corepack enable RUN corepack enable