mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update chrome version in images
This commit is contained in:
parent
8fa73e9819
commit
9cd59387cd
4 changed files with 8 additions and 8 deletions
|
|
@ -42,10 +42,6 @@ function print_golang_args() {
|
|||
# You may need to bump the version in scripts/install-chrome.
|
||||
function print_chrome_args() {
|
||||
case "$1" in
|
||||
89|89.0)
|
||||
CHROME_VERSION=89.0.4389.90-1
|
||||
CHROME_DRIVER_VERSION=89.0.4389.23
|
||||
;;
|
||||
94|94.0)
|
||||
CHROME_VERSION=94.0.4606.81-1
|
||||
CHROME_DRIVER_VERSION=94.0.4606.113
|
||||
|
|
@ -58,6 +54,10 @@ function print_chrome_args() {
|
|||
CHROME_VERSION=99.0.4844.74-1
|
||||
CHROME_DRIVER_VERSION=99.0.4844.51
|
||||
;;
|
||||
101|101.0)
|
||||
CHROME_VERSION=101.0.4951.64-1
|
||||
CHROME_DRIVER_VERSION=101.0.4951.41
|
||||
;;
|
||||
*) 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