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