diff --git a/Dockerfile b/Dockerfile index 845ab004c..cef91fefa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,7 +34,7 @@ COPY . /app/ # FRONTEND BUILDER IMAGE -FROM node:23 AS frontend +FROM node:25 AS frontend RUN apt-get update || : && apt-get install python3 -y RUN apt-get -y install make