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.
1 parent aabd14c commit 539672eCopy full SHA for 539672e
NodeChrome/Dockerfile
@@ -29,7 +29,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
29
#==================
30
# Chrome webdriver
31
32
-ARG CHROME_DRIVER_VERSION=2.24
+ARG CHROME_DRIVER_VERSION=2.25
33
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
34
&& rm -rf /opt/selenium/chromedriver \
35
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
0 commit comments