[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:
Christophe Monniez 2020-03-06 08:51:03 +01:00 committed by XavierDo
parent aa2248e379
commit 31e10a059e

View File

@ -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 \