From 41d6a9adbffeaca80b1ebd054f20e58b44a44692 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Tue, 10 May 2022 16:13:33 +0200 Subject: [PATCH] jibri: bump Chrome to version 101 --- jibri/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/jibri/Dockerfile b/jibri/Dockerfile index 3239985..079a5d4 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=96.0.4664.45 -ARG CHROMEDRIVER_MAJOR_RELEASE=96 +ARG CHROME_RELEASE=101.0.4951.41 +ARG CHROMEDRIVER_MAJOR_RELEASE=101 COPY build/install-chrome.sh /install-chrome.sh RUN /install-chrome.sh && \ rm /install-chrome.sh