Skip to content

Commit 84cb6bc

Browse files
author
rubytester
committed
Merge pull request SeleniumHQ#103 from SeleniumHQ/chrome219
fix entry should be in Dockerfile template
2 parents a6d2fe6 + 0ba5140 commit 84cb6bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeChrome/Dockerfile.txt

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

0 commit comments

Comments
 (0)