From 1b94b8db658a5dfeb88a094761e91f14c11f5fb1 Mon Sep 17 00:00:00 2001 From: Firq Date: Mon, 21 Oct 2024 22:46:21 +0200 Subject: [PATCH] Bumped Unlghthouse --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 002eaa8..5f1bffa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,11 +5,11 @@ LABEL description="unlighthouse container for ci-based lighthouse testing" WORKDIR /unlighthouse # renovate: datasource=repology depName=debian_12/chromium versioning=loose -ENV CHROMIUM_VERSION="126.0.6478.114-1~deb12u1" +ENV CHROMIUM_VERSION="130.0.6723.58-1~deb12u1" ENV NODE_ENV='production' # Update path so executable can be run globally ENV PATH="/unlighthouse/node_modules/.bin:${PATH}" RUN apt-get update && apt-get -y install --no-install-recommends chromium=${CHROMIUM_VERSION} procps && rm -rf /var/lib/apt/lists/* -RUN npm install @unlighthouse/cli@0.13.1 puppeteer +RUN npm install @unlighthouse/cli@0.14.0 puppeteer