From 902f8c686d9a1173e11fb41e63ea9f42853d6690 Mon Sep 17 00:00:00 2001 From: Rhea Danzey Date: Wed, 28 Feb 2024 12:31:30 -0600 Subject: [PATCH] Try more recent version of Chrome Driver stable release since the one we'd been using is 404ing --- jibri/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jibri/Dockerfile b/jibri/Dockerfile index 2e90d2271c..7a60df6deb 100644 --- a/jibri/Dockerfile +++ b/jibri/Dockerfile @@ -11,7 +11,7 @@ LABEL org.opencontainers.image.documentation="https://jitsi.github.io/handbook/" ARG USE_CHROMIUM=0 #ARG CHROME_RELEASE=latest # https://googlechromelabs.github.io/chrome-for-testing/ -ARG CHROME_RELEASE=121.0.6167.85 +ARG CHROME_RELEASE=122.0.6261.94 COPY rootfs/ /