Tests: update benchmark environment

This commit is contained in:
Lovell Fuller
2025-06-26 11:16:54 +01:00
parent 1422798c1d
commit 96dfd400b2
2 changed files with 28 additions and 2 deletions

View File

@@ -1,11 +1,11 @@
FROM ubuntu:24.10
FROM ubuntu:25.04
ARG BRANCH=main
# Install basic dependencies
RUN apt-get -y update && apt-get install -y build-essential curl git ca-certificates gnupg
# Install latest Node.js LTS
RUN curl -fsSL https://deb.nodesource.com/setup_22.x -o nodesource_setup.sh
RUN curl -fsSL https://deb.nodesource.com/setup_24.x -o nodesource_setup.sh
RUN bash nodesource_setup.sh
RUN apt-get install -y nodejs