diff --git a/Dockerfile b/Dockerfile index faf7568..c7b4ba7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Stage 1: Build the Svelte frontend -FROM node:22-alpine AS builder +FROM node:25-alpine AS builder WORKDIR /build COPY package.json package-lock.json ./ RUN npm ci --legacy-peer-deps