mirror of
https://ops.gitlab.net/gitlab-org/gitlab-build-images.git
synced 2025-12-09 10:02:56 +01:00
Bump to Chrome V66 and tie ChromeDriver version to each version of Chrome
This commit is contained in:
parent
074863eb8c
commit
6c649b55fb
4 changed files with 35 additions and 15 deletions
|
|
@ -21,7 +21,8 @@ RUN if [ -n "$GIT_VERSION" ]; then /scripts/install-git && git --version; fi
|
|||
|
||||
# Chrome
|
||||
ARG CHROME_VERSION
|
||||
RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome $CHROME_VERSION && google-chrome --version; fi
|
||||
ARG CHROME_DRIVER_VERSION
|
||||
RUN if [ -n "$CHROME_VERSION" ]; then /scripts/install-chrome $CHROME_VERSION $CHROME_DRIVER_VERSION && google-chrome --version; fi
|
||||
|
||||
# PhantomJS
|
||||
ARG PHANTOMJS_VERSION
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue