mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-10 02:22:57 +01:00
Update chrome version to 108
This commit is contained in:
parent
b2450136ba
commit
8650f9a4e4
3 changed files with 5 additions and 2 deletions
|
|
@ -85,6 +85,9 @@ function print_chrome_args() {
|
|||
107|107.0)
|
||||
CHROME_VERSION=107.0.5304.87-1
|
||||
;;
|
||||
108|108.0)
|
||||
CHROME_VERSION=108.0.5359.94-1
|
||||
;;
|
||||
*) fail "Unknown chrome version $1" ;;
|
||||
esac
|
||||
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue