Merge branch 'bump-chrome-103-version' into 'master'

Bump Chrome version 103 to latest revision

See merge request gitlab-org/gitlab-build-images!566
This commit is contained in:
Rémy Coutable 2022-07-06 12:36:13 +00:00
commit 77dac3298b

View file

@ -52,7 +52,7 @@ function print_chrome_args() {
CHROME_VERSION=101.0.4951.64-1
;;
103|103.0)
CHROME_VERSION=103.0.5060.53-1
CHROME_VERSION=103.0.5060.114-1
;;
*) echo "Unknown chrome version $1"; exit 1;
esac