diff --git a/services/api/Dockerfile b/services/api/Dockerfile index 38d2851..d3cd42a 100644 --- a/services/api/Dockerfile +++ b/services/api/Dockerfile @@ -1,5 +1,5 @@ # ── Stage 1 · build the SPA console ─────────────────────────────────── -FROM node:22-alpine AS web +FROM node:26-alpine AS web WORKDIR /web COPY web/package.json web/package-lock.json ./ RUN npm ci