diff --git a/app/Dockerfile b/app/Dockerfile index 5e28fd1..05f66c0 100644 --- a/app/Dockerfile +++ b/app/Dockerfile @@ -1,5 +1,5 @@ # build the application with node -FROM node:23.11.1 AS build +FROM node:24.4.1 AS build ARG WEBSITE_REPORT_URL ARG WEBSITE_SOURCE_URL @@ -16,7 +16,6 @@ ENV WEBSITE_API_PATH=$WEBSITE_API_PATH WORKDIR /app COPY . /app -RUN apt install -y make sed wget RUN npm install RUN make