[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.
This commit is contained in:
Christophe Monniez 2022-12-09 16:44:28 +01:00
parent a563fcf907
commit 5c773f3568

View File

@ -111,7 +111,7 @@ RUN <t t-esc="values['python_version']"/> -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',