We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a6d2fe6 + 0ba5140 commit 84cb6bcCopy full SHA for 84cb6bc
NodeChrome/Dockerfile.txt
@@ -16,7 +16,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
16
#==================
17
# Chrome webdriver
18
19
-ENV CHROME_DRIVER_VERSION 2.18
+ENV CHROME_DRIVER_VERSION 2.19
20
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip http://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
21
&& rm -rf /opt/selenium/chromedriver \
22
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
0 commit comments