node 22
Continuous Integration / backend-tests (push) Successful in 9m45s
Continuous Integration / frontend-check (push) Successful in 9m35s

This commit is contained in:
2026-04-27 18:19:42 -04:00
parent 101036d447
commit 3a242527d2
+1 -1
View File
@@ -1,5 +1,5 @@
# Stage 1: Build Frontend
FROM node:20-slim AS frontend-builder
FROM node:22-slim AS frontend-builder
WORKDIR /app/frontend
COPY frontend/package*.json ./
RUN npm install