Skip to content

Commit

Permalink
Merge pull request #413 from gensc004/patch-1
Browse files Browse the repository at this point in the history
NodeChrome: Updating CHROME_DRIVER_VERSION to 2.28
  • Loading branch information
ddavison authored Mar 13, 2017
2 parents c832a96 + 7e475dd commit 032b187
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion NodeChrome/Dockerfile.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
#==================
# Chrome webdriver
#==================
ARG CHROME_DRIVER_VERSION=2.27
ARG CHROME_DRIVER_VERSION=2.28
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
&& rm -rf /opt/selenium/chromedriver \
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
Expand Down

0 comments on commit 032b187

Please sign in to comment.