Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -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 \
Expand All @@ -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" ]
ENTRYPOINT [ "bash", "/evidence-bin/bootstrap.sh" ]
4 changes: 2 additions & 2 deletions Dockerfile-lite
Original file line number Diff line number Diff line change
@@ -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 && \
Expand All @@ -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" ]
ENTRYPOINT [ "bash", "/evidence-bin/bootstrap.sh" ]