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 4a54b13 commit d040f5fCopy full SHA for d040f5f
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.30
+ARG CHROME_DRIVER_VERSION=2.29
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