mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
update chrome
This commit is contained in:
parent
5ee94c9921
commit
2365d40ef9
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ function print_chrome_args() {
|
||||||
case "$1" in
|
case "$1" in
|
||||||
60|60.0) CHROME_VERSION=60.0.3112.90-1 ;;
|
60|60.0) CHROME_VERSION=60.0.3112.90-1 ;;
|
||||||
61|61.0) CHROME_VERSION=61.0.3163.100-1 ;;
|
61|61.0) CHROME_VERSION=61.0.3163.100-1 ;;
|
||||||
62|62.0) CHROME_VERSION=62.0.3202.75-1 ;;
|
62|62.0) CHROME_VERSION=62.0.3202.89-1 ;;
|
||||||
*) echo "Unknown chrome version $1"; exit 1;
|
*) echo "Unknown chrome version $1"; exit 1;
|
||||||
esac
|
esac
|
||||||
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
printf -- "--build-arg CHROME_VERSION=%s " "$CHROME_VERSION"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue