mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Bump Chrome to V65 and upgrade Chromedriver 2.36
This commit is contained in:
parent
435361b888
commit
7807edf17d
3 changed files with 3 additions and 1 deletions
|
|
@ -35,6 +35,7 @@ function print_chrome_args() {
|
|||
62|62.0) CHROME_VERSION=62.0.3202.89-1 ;;
|
||||
63|63.0) CHROME_VERSION=63.0.3239.132-1 ;;
|
||||
64|64.0) CHROME_VERSION=64.0.3282.186-1 ;;
|
||||
65|65.0) CHROME_VERSION=65.0.3325.181-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