diff --git a/Dockerfile b/Dockerfile index c0da2ae..55c8dd0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ ############################################################################### # Stage 1: Build the frontend ############################################################################### -FROM node:22-alpine AS frontend +FROM node:26-alpine AS frontend WORKDIR /build/web COPY web/package.json web/package-lock.json ./