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 f0d2104 + 11553ca commit 3a0384dCopy full SHA for 3a0384d
NodeChrome/Dockerfile
@@ -17,7 +17,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
17
#==================
18
# Chrome webdriver
19
20
-ENV CHROME_DRIVER_VERSION 2.18
+ENV CHROME_DRIVER_VERSION 2.19
21
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip http://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
22
&& rm -rf /opt/selenium/chromedriver \
23
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
0 commit comments