mirror of
https://github.com/odoo/runbot.git
synced 2025-03-15 15:35:46 +07:00
[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:
parent
a563fcf907
commit
5c773f3568
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user