Bump Chrome to 119 for CustomersDot

This commit is contained in:
Vitaly Slobodin 2023-11-06 12:20:00 +00:00 committed by Balasankar 'Balu' C
parent f5da858aa0
commit 20ddefac9d
2 changed files with 6 additions and 2 deletions

View file

@ -15,7 +15,7 @@ customers:
variables:
RUBY: '3.2'
LFS: '2.9'
CHROME: '111'
CHROME: '119'
NODE: '18.17'
YARN: '1.22'
POSTGRESQL: '12'
@ -30,7 +30,7 @@ customers-qa-assets:
- .customers
variables:
RUBY: '3.2'
CHROME: '111'
CHROME: '119'
NODE: '18.17'
YARN: '1.22'
GIT: '2.36'

View file

@ -104,6 +104,10 @@ function print_chrome_args() {
CHROME_VERSION=117.0.5938.92-1
CHROMIUM_VERSION=117.0.5938.62-1
;;
119|119.0)
CHROME_VERSION=119.0.6045.105-1
CHROMIUM_VERSION=119.0.6045.105-1
;;
*) fail "Unknown chrome version $1" ;;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"