Explorar o código

jibri: bump Chrome to version 101

Saúl Ibarra Corretgé %!s(int64=3) %!d(string=hai) anos
pai
achega
41d6a9a
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      jibri/Dockerfile

+ 2 - 2
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