mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update Chrome version to 85
Signed-off-by: Rémy Coutable <remy@rymai.me>
This commit is contained in:
parent
4e5534ac18
commit
ceca4d94f4
2 changed files with 20 additions and 11 deletions
|
|
@ -27,8 +27,8 @@ function print_golang_args() {
|
|||
}
|
||||
|
||||
# If you add a new minor version here, be sure to check that the
|
||||
# ChromeDriver supports this: https://sites.google.com/a/chromium.org/chromedriver/downloads.
|
||||
# Chrome versions can be found at https://www.ubuntuupdates.org/pm/google-chrome-stable.
|
||||
# ChromeDriver supports this: https://sites.google.com/a/chromium.org/chromedriver/downloads.
|
||||
# You may need to bump the version in scripts/install-chrome.
|
||||
function print_chrome_args() {
|
||||
case "$1" in
|
||||
|
|
@ -60,6 +60,10 @@ function print_chrome_args() {
|
|||
CHROME_VERSION=84.0.4147.89-1
|
||||
CHROME_DRIVER_VERSION=84.0.4147.30
|
||||
;;
|
||||
85|85.0)
|
||||
CHROME_VERSION=85.0.4183.83-1
|
||||
CHROME_DRIVER_VERSION=85.0.4183.87
|
||||
;;
|
||||
*) echo "Unknown chrome version $1"; exit 1;
|
||||
esac
|
||||
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue