mirror of
https://github.com/odoo/runbot.git
synced 2025-03-16 07:55:45 +07:00
[IMP] runbot: bump Google Chrome version to 80
The fix odoo/odoo#45347 was merged two weeks ago, it's now time to deploy on runbot.
This commit is contained in:
parent
aa2248e379
commit
31e10a059e
@ -37,7 +37,7 @@ RUN set -x ; \
|
||||
RUN curl -sSL http://nightly.odoo.com/odoo.key | apt-key add - \
|
||||
&& echo "deb http://nightly.odoo.com/deb/bionic ./" > /etc/apt/sources.list.d/google-chrome.list \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y -qq google-chrome-stable=71.0.3578.98-1
|
||||
&& apt-get install -y -qq google-chrome-stable=80.0.3987.116-1
|
||||
|
||||
# Install phantomjs
|
||||
RUN curl -sSL https://bitbucket.org/ariya/phantomjs/downloads/phantomjs-2.1.1-linux-x86_64.tar.bz2 -o /tmp/phantomjs.tar.bz2 \
|
||||
|
Loading…
Reference in New Issue
Block a user