mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Update to chrome 64
This commit is contained in:
parent
80ca83a4cb
commit
f6ad6999e9
2 changed files with 7 additions and 6 deletions
|
|
@ -27,6 +27,7 @@ function print_chrome_args() {
|
|||
61|61.0) CHROME_VERSION=61.0.3163.100-1 ;;
|
||||
62|62.0) CHROME_VERSION=62.0.3202.89-1 ;;
|
||||
63|63.0) CHROME_VERSION=63.0.3239.108-1 ;;
|
||||
64|64.0) CHROME_VERSION=64.0.3282.119-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