diff --git a/Dockerfile b/Dockerfile index 788bd86..2adacdb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Frontend build stage -FROM node:24.19-alpine AS frontend +FROM node:26.8-alpine AS frontend WORKDIR /app/web