diff options
author | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-06-22 13:51:47 +0200 |
---|---|---|
committer | Grzegorz Bizon <grzesiek.bizon@gmail.com> | 2017-06-22 13:51:47 +0200 |
commit | 5981fff500d3671366d4a943aca69c6ef88b7e79 (patch) | |
tree | 099021b3a7770ef05fe61e84c03f5949e4603898 /qa/Dockerfile | |
parent | bf0b233fc6bd107b08e203b601697bdee8503dcc (diff) | |
download | gitlab-ce-5981fff500d3671366d4a943aca69c6ef88b7e79.tar.gz |
Update chrome version and the binary path33538-update-ci-dockerfile-now-that-chrome-headless-no-longer-in-beta
Diffstat (limited to 'qa/Dockerfile')
-rw-r--r-- | qa/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile index 6afb614cc62..97ae1961e34 100644 --- a/qa/Dockerfile +++ b/qa/Dockerfile @@ -1,7 +1,7 @@ FROM ruby:2.3 LABEL maintainer "Grzegorz Bizon <grzegorz@gitlab.com>" -ENV CHROME_VERSION 59.0.3071.104-1 +ENV CHROME_VERSION 59.0.3071.109-1 ENV CHROME_DRIVER_VERSION 2.30 ## |