From 7efab10371fd3105e7442677cf513e882c772775 Mon Sep 17 00:00:00 2001 From: Firq Date: Thu, 20 Jun 2024 18:48:40 +0200 Subject: [PATCH] Bumped chromium dependency --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4985679..e433b63 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ LABEL authorname="firq" WORKDIR /unlighthouse # renovate: datasource=repology depName=debian_12/chromium versioning=loose -ENV CHROMIUM_VERSION="126.0.6478.56-1~deb12u1" +ENV CHROMIUM_VERSION="126.0.6478.114-1~deb12u1" ENV NODE_ENV='production' # Update path so executable can be run globally