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:
parent
09d677bd37
commit
e68cb08a6f
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user