fix: node 22 required by Quartz 4.5.2
All checks were successful
Build Docker Image / build (push) Successful in 47s

This commit is contained in:
root
2026-03-21 22:57:00 +01:00
parent 0e9ea78065
commit 3fe27a1b53

View File

@@ -1,4 +1,4 @@
FROM node:20-alpine
FROM node:22-alpine
RUN apk add --no-cache git rsync