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