changed from alpine to debian

This commit is contained in:
2025-10-22 00:54:52 +02:00
parent fb4a2f6f20
commit 09e08ff615

View File

@@ -31,7 +31,7 @@ RUN python -c "from ortools.sat.python import cp_model; print('OR-Tools installe
# Frontend build stage
FROM node:20-alpine AS frontend-builder
FROM node:20-bullseye AS frontend-builder
WORKDIR /app/frontend