add docker node:22
Some checks failed
InnoHub Processor/tatort/pipeline/head There was a failure building this commit

This commit is contained in:
2025-07-24 15:12:37 +02:00
parent 4f9e919bfe
commit 9b57a988f3

View File

@@ -1,5 +1,5 @@
# --- Build stage ---
FROM node:24 AS build
FROM node:22 AS build
ENV NODE_ENV=production
ENV ORIGIN=https://tatort-dev.innovation-hub-niedersachsen.de
WORKDIR /app