1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02: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:
2025-01-23 13:11:57 +01:00
parent 09d677bd37
commit e68cb08a6f

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 PATH="$PNPM_HOME:$PATH"
RUN corepack enable