mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Update chrome installation and version
This commit is contained in:
parent
c264fc6b62
commit
22154087ee
6 changed files with 35 additions and 31 deletions
|
|
@ -64,14 +64,11 @@ function print_golang_args() {
|
|||
# You may need to bump the version in scripts/install-chrome.
|
||||
function print_chrome_args() {
|
||||
case "$1" in
|
||||
104|104.0)
|
||||
CHROME_VERSION=104.0.5112.101-1
|
||||
;;
|
||||
105|105.0)
|
||||
CHROME_VERSION=105.0.5195.125-1
|
||||
;;
|
||||
106|106.0)
|
||||
CHROME_VERSION=106.0.5249.91-1
|
||||
CHROME_VERSION=106.0.5249.119-1
|
||||
;;
|
||||
107|107.0)
|
||||
CHROME_VERSION=107.0.5304.87-1
|
||||
;;
|
||||
*) fail "Unknown chrome version $1" ;;
|
||||
esac
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue