Node 22 and year fix

This commit is contained in:
Krzysztof Płaczek
2026-01-01 15:25:55 +01:00
parent dd1d01ba1e
commit 081812d678
4 changed files with 13 additions and 911 deletions

View File

@@ -1,4 +1,4 @@
FROM node:20
FROM node:22
# Set working directory inside container
WORKDIR /app