1
1
mirror of https://github.com/theoludwig/theoludwig.git synced 2025-05-29 22:37:44 +02:00

build(deps): update latest

This commit is contained in:
2025-05-29 20:58:40 +02:00
parent e044b4caea
commit b16699f5aa
29 changed files with 1632 additions and 1959 deletions

View File

@ -1,4 +1,4 @@
FROM node:24.0.2-slim AS node-pnpm
FROM node:24.1.0-slim AS node-pnpm
ENV PNPM_HOME="/pnpm"
ENV PATH="$PNPM_HOME:$PATH"
RUN npm install --global corepack@0.32.0 && corepack enable