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 6522737 commit 8a436fcCopy full SHA for 8a436fc
NodeChrome/Dockerfile.txt
@@ -24,7 +24,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
24
#==================
25
# Chrome webdriver
26
27
-ARG CHROME_DRIVER_VERSION=2.28
+ARG CHROME_DRIVER_VERSION=2.29
28
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
29
&& rm -rf /opt/selenium/chromedriver \
30
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
0 commit comments