From e7641f6309fc93592a8c552f7829b38ddf1a328a Mon Sep 17 00:00:00 2001 From: Stan Hu Date: Wed, 2 Aug 2017 20:24:39 -0400 Subject: [PATCH] Bump Chrome to 60.0 --- .gitlab-ci.yml | 4 ++-- ...3.3-golang-1.8-git-2.7-chrome-60.0-node-7.1-postgresql-9.6 | 0 scripts/install-chrome | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) rename Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-chrome-59.0-node-7.1-postgresql-9.6 => Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-chrome-60.0-node-7.1-postgresql-9.6 (100%) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6ada666..ae5eca0 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,7 +32,7 @@ ruby-2.3-git-2.7-phantomjs-2.1 test: *test_build ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1 test: *test_build ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1 test: *test_build ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 test: *test_build -ruby-2.3.3-golang-1.8-git-2.7-chrome-59.0-node-7.1-postgresql-9.6 test: *test_build +ruby-2.3.3-golang-1.8-git-2.7-chrome-60.0-node-7.1-postgresql-9.6 test: *test_build ruby-2.4.1-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6 test: *test_build www-gitlab-com test: *test_build doc-gitlab-com test: *test_build @@ -55,7 +55,7 @@ ruby-2.3-git-2.7-phantomjs-2.1: *build_and_deploy ruby-2.3.3-git-2.7-phantomjs-2.1-node-7.1: *build_and_deploy ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1: *build_and_deploy ruby-2.3.3-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6: *build_and_deploy -ruby-2.3.3-golang-1.8-git-2.7-chrome-59.0-node-7.1-postgresql-9.6: *build_and_deploy +ruby-2.3.3-golang-1.8-git-2.7-chrome-60.0-node-7.1-postgresql-9.6: *build_and_deploy ruby-2.4.1-golang-1.8-git-2.7-phantomjs-2.1-node-7.1-postgresql-9.6: *build_and_deploy www-gitlab-com: *build_and_deploy doc-gitlab-com: *build_and_deploy diff --git a/Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-chrome-59.0-node-7.1-postgresql-9.6 b/Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-chrome-60.0-node-7.1-postgresql-9.6 similarity index 100% rename from Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-chrome-59.0-node-7.1-postgresql-9.6 rename to Dockerfile.ruby-2.3.3-golang-1.8-git-2.7-chrome-60.0-node-7.1-postgresql-9.6 diff --git a/scripts/install-chrome b/scripts/install-chrome index f2ddab8..d98ae7a 100755 --- a/scripts/install-chrome +++ b/scripts/install-chrome @@ -2,7 +2,7 @@ set -xeo pipefail -CHROME_VERSION=${1:-59.0.3071.104-1} +CHROME_VERSION=${1:-60.0.3112.90-1} curl -sS -L https://dl.google.com/linux/linux_signing_key.pub | apt-key add - echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" > /etc/apt/sources.list.d/google.list