mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Update chrome versions
Bump version in kas images
This commit is contained in:
parent
b44e0723c3
commit
ed1776761c
5 changed files with 17 additions and 25 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue