diff --git a/.gitlab/ci/customers.images.yml b/.gitlab/ci/customers.images.yml index a172ba8..64a1e4d 100644 --- a/.gitlab/ci/customers.images.yml +++ b/.gitlab/ci/customers.images.yml @@ -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' diff --git a/scripts/lib/custom-docker-build b/scripts/lib/custom-docker-build index 8b42fa0..7a04f16 100755 --- a/scripts/lib/custom-docker-build +++ b/scripts/lib/custom-docker-build @@ -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"