mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 18:12:55 +01:00
Add chrome v123 to e2e and gitlab images
This commit is contained in:
parent
19ce50799c
commit
ec3390307a
4 changed files with 10 additions and 6 deletions
|
|
@ -97,6 +97,10 @@ function print_chrome_args() {
|
|||
CHROME_VERSION=120.0.6099.216-1
|
||||
CHROMIUM_VERSION=120.0.6099.216-1
|
||||
;;
|
||||
123|123.0)
|
||||
CHROME_VERSION=123.0.6312.105-1
|
||||
CHROMIUM_VERSION=123.0.6312.105-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