Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2021-07-07 15:08:23 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2021-07-07 15:08:23 +0300
commit9ceb2dbab3296721c576572e96691a19e2506069 (patch)
treeae61a300453575395d9671ead367188bda831a09 /qa/Dockerfile
parent6b8af95df6c5702343c32ae266b0eb35e06d0546 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'qa/Dockerfile')
-rw-r--r--qa/Dockerfile8
1 files changed, 6 insertions, 2 deletions
diff --git a/qa/Dockerfile b/qa/Dockerfile
index 81f207cbab9..78f58e16e30 100644
--- a/qa/Dockerfile
+++ b/qa/Dockerfile
@@ -3,8 +3,12 @@ LABEL maintainer="GitLab Quality Department <quality@gitlab.com>"
ENV DEBIAN_FRONTEND="noninteractive"
ENV DOCKER_VERSION="17.09.0-ce"
-ENV CHROME_VERSION="87.0.4280.141-1"
-ENV CHROME_DRIVER_VERSION="87.0.4280.88"
+
+# https://s3.amazonaws.com/gitlab-google-chrome-stable
+ENV CHROME_VERSION="91.0.4472.77-1"
+
+# https://chromedriver.chromium.org/downloads
+ENV CHROME_DRIVER_VERSION="91.0.4472.101"
ENV CHROME_DEB="google-chrome-stable_${CHROME_VERSION}_amd64.deb"
ENV CHROME_URL="https://s3.amazonaws.com/gitlab-google-chrome-stable/${CHROME_DEB}"