diff --git a/Dockerfile b/Dockerfile index fc6a85a..8c0bcca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM sitespeedio/node:ubuntu-22.04-nodejs-18.16.0 +FROM sitespeedio/node:ubuntu-24-04-nodejs-24.11.0 ARG WORKSPACE_DIR=/evidence-workspace RUN apt-get update && apt-get install -y \ @@ -11,4 +11,4 @@ RUN apt-get update && apt-get install -y \ COPY bootstrap.sh /evidence-bin/bootstrap.sh WORKDIR ${WORKSPACE_DIR} -ENTRYPOINT [ "bash", "/evidence-bin/bootstrap.sh" ] \ No newline at end of file +ENTRYPOINT [ "bash", "/evidence-bin/bootstrap.sh" ] diff --git a/Dockerfile-lite b/Dockerfile-lite index 4a16a53..28b072a 100644 --- a/Dockerfile-lite +++ b/Dockerfile-lite @@ -1,4 +1,4 @@ -FROM node:18-alpine3.16 +FROM node:24-alpine ARG WORKSPACE_DIR=/evidence-workspace RUN apk add --no-cache bash curl wget nano git && \ @@ -10,4 +10,4 @@ RUN apk add --no-cache bash curl wget nano git && \ COPY bootstrap.sh /evidence-bin/bootstrap.sh WORKDIR ${WORKSPACE_DIR} -ENTRYPOINT [ "bash", "/evidence-bin/bootstrap.sh" ] \ No newline at end of file +ENTRYPOINT [ "bash", "/evidence-bin/bootstrap.sh" ]