mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Add latest chrome version
This commit is contained in:
parent
941883094a
commit
f6beca8712
2 changed files with 4 additions and 1 deletions
|
|
@ -54,6 +54,9 @@ function print_chrome_args() {
|
|||
103|103.0)
|
||||
CHROME_VERSION=103.0.5060.114-1
|
||||
;;
|
||||
104|104.0)
|
||||
CHROME_VERSION=104.0.5112.101-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