Update frontend builder to use Node.js 24-slim

This commit is contained in:
2025-05-25 16:34:57 +02:00
parent 3eaf79f2a7
commit 44c3271e1d

View File

@@ -1,5 +1,5 @@
# Stage 1: Build the frontend # Stage 1: Build the frontend
FROM node:20 AS frontend-builder FROM node:24-slim AS frontend-builder
WORKDIR /app WORKDIR /app
COPY app/package*.json ./ COPY app/package*.json ./
RUN npm ci RUN npm ci