diff --git a/Dockerfile b/Dockerfile index d7cad76..9b5c8c5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Frontend build stage -FROM node:20-alpine AS frontend +FROM node:25-alpine AS frontend WORKDIR /app/web