Explorar el Código

jibri: uppdate Chrome to version 94

Saúl Ibarra Corretgé hace 3 años
padre
commit
3c19ed6
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      jibri/Dockerfile

+ 2 - 2
jibri/Dockerfile

@@ -4,8 +4,8 @@ FROM ${JITSI_REPO}/base-java:${BASE_TAG}
 
 #ARG CHROME_RELEASE=latest
 #ARG CHROMEDRIVER_MAJOR_RELEASE=latest
-ARG CHROME_RELEASE=90.0.4430.212
-ARG CHROMEDRIVER_MAJOR_RELEASE=90
+ARG CHROME_RELEASE=94.0.4606.61
+ARG CHROMEDRIVER_MAJOR_RELEASE=94
 
 SHELL ["/bin/bash", "-o", "pipefail", "-c"]