diff --git a/Dockerfile b/Dockerfile index 75ae346..0c1a310 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG ARCH # Build the web app. -FROM node:20 as web-builder +FROM node:25 as web-builder WORKDIR /app COPY ./web /app