Use ChromeDriver 2.40 when building container

This commit is contained in:
Angel Perez
2018-07-13 18:13:55 -04:00
parent 812b43a74b
commit 8c8668a83c

View File

@@ -43,7 +43,7 @@ RUN bundle install --full-index
# Install Chromium and ChromeDriver for E2E integration tests
RUN apt-get update -qq && apt-get install -y chromium
RUN wget -N http://chromedriver.storage.googleapis.com/2.37/chromedriver_linux64.zip
RUN wget -N http://chromedriver.storage.googleapis.com/2.40/chromedriver_linux64.zip
RUN unzip chromedriver_linux64.zip
RUN chmod +x chromedriver
RUN mv -f chromedriver /usr/local/share/chromedriver