diff --git a/Dockerfile b/Dockerfile index e54b62f..0668d15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ARG ARCH # Build the web app. -FROM node:20 as web-builder +FROM node:23 as web-builder WORKDIR /app COPY ./web /app