From 5c773f35682756cebe38719d563d0082f8c602d7 Mon Sep 17 00:00:00 2001 From: Christophe Monniez Date: Fri, 9 Dec 2022 16:44:28 +0100 Subject: [PATCH] [FIX] runbot: update chrome version in DockerDefault The actual version is not available anymore in google repos, let's switch to the last known good one. --- runbot/templates/dockerfile.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runbot/templates/dockerfile.xml b/runbot/templates/dockerfile.xml index 8bbdd407..f401d486 100644 --- a/runbot/templates/dockerfile.xml +++ b/runbot/templates/dockerfile.xml @@ -111,7 +111,7 @@ RUN -m pip install --no-cache-dir setuptoo 'from': 'ubuntu:focal', 'odoo_branch': 'master', 'chrome_source': 'google', -'chrome_version': '90.0.4430.93-1', +'chrome_version': '101.0.4951.64-1', 'node_packages': 'rtlcss es-check eslint', 'node_version': '15', 'psql_version': '12',