Skip to content

Commit 3a0384d

Browse files
author
rubytester
committed
Merge pull request SeleniumHQ#100 from sethuster/sethuster-chromedriver-1
upgrade chromedriver 2.19
2 parents f0d2104 + 11553ca commit 3a0384d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeChrome/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
1717
#==================
1818
# Chrome webdriver
1919
#==================
20-
ENV CHROME_DRIVER_VERSION 2.18
20+
ENV CHROME_DRIVER_VERSION 2.19
2121
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip http://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
2222
&& rm -rf /opt/selenium/chromedriver \
2323
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \

0 commit comments

Comments
 (0)