mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Upgrade www-gitlab-com dependencies
1. Ruby 2.6.3 2. Chrome V74 3. Git 2.21
This commit is contained in:
parent
356da6acf7
commit
c43ce93dcd
2 changed files with 6 additions and 0 deletions
|
|
@ -46,6 +46,10 @@ function print_chrome_args() {
|
|||
CHROME_VERSION=73.0.3683.103-1
|
||||
CHROME_DRIVER_VERSION=73.0.3683.68
|
||||
;;
|
||||
74|74.0)
|
||||
CHROME_VERSION=74.0.3729.169-1
|
||||
CHROME_DRIVER_VERSION=74.0.3729.6
|
||||
;;
|
||||
*) 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