Update chrome versions

Bump version in kas images
This commit is contained in:
Andrejs Cunskis 2022-10-05 09:27:30 +03:00
parent b44e0723c3
commit ed1776761c
No known key found for this signature in database
GPG key ID: 87CB75083F227241
5 changed files with 17 additions and 25 deletions

View file

@ -45,18 +45,15 @@ function print_golang_args() {
# You may need to bump the version in scripts/install-chrome.
function print_chrome_args() {
case "$1" in
99|99.0)
CHROME_VERSION=99.0.4844.74-1
;;
101|101.0)
CHROME_VERSION=101.0.4951.64-1
;;
103|103.0)
CHROME_VERSION=103.0.5060.114-1
;;
104|104.0)
CHROME_VERSION=104.0.5112.101-1
;;
105|105.0)
CHROME_VERSION=105.0.5195.125-1
;;
106|106.0)
CHROME_VERSION=106.0.5249.91-1
;;
*) echo "Unknown chrome version $1"; exit 1;
esac
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"