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