Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
6abd3696
Commit
6abd3696
authored
Jul 07, 2021
by
Sanad Liaquat (Personal)
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update chrome and chromedriver versions
parent
e8b67da0
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
2 deletions
+6
-2
qa/Dockerfile
qa/Dockerfile
+6
-2
No files found.
qa/Dockerfile
View file @
6abd3696
...
...
@@ -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}"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment