From 6690ec7bee35de6939c1fffd903dfc110572d54c Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 6 Feb 2025 20:00:58 +0100 Subject: [PATCH] Bumped ver 2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7de97de..cc23c21 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ LABEL description="unlighthouse container for ci-based lighthouse testing" WORKDIR /unlighthouse # renovate: datasource=repology depName=debian_12/chromium versioning=loose -ENV CHROMIUM_VERSION="132.0.6834.159-1~deb12u1" +ENV CHROMIUM_VERSION="131.0.6778.139-1~deb12u1" ENV NODE_ENV='production' # Update path so executable can be run globally