From be422c73e8bd889283b7e647a830ce7306bf3c8b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 10 Jun 2022 13:19:07 +0200 Subject: [PATCH] jibri: update Chrome to M102 --- jibri/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jibri/Dockerfile b/jibri/Dockerfile index 079a5d4..da3c708 100644 --- a/jibri/Dockerfile +++ b/jibri/Dockerfile @@ -14,8 +14,8 @@ RUN apt-dpkg-wrap apt-get update && \ #ARG CHROME_RELEASE=latest #ARG CHROMEDRIVER_MAJOR_RELEASE=latest -ARG CHROME_RELEASE=101.0.4951.41 -ARG CHROMEDRIVER_MAJOR_RELEASE=101 +ARG CHROME_RELEASE=102.0.5005.61 +ARG CHROMEDRIVER_MAJOR_RELEASE=102 COPY build/install-chrome.sh /install-chrome.sh RUN /install-chrome.sh && \ rm /install-chrome.sh