Update Dockerfile to node 22

This commit is contained in:
2025-07-12 13:19:31 +02:00
parent 9df0f69e78
commit c4557b1e2f

View File

@ -1,5 +1,5 @@
# Base image
FROM node:20
FROM node:22
# Set working directory
WORKDIR /app