Skip to content

Commit 7f49c9a

Browse files
author
rubytester
committed
upgraded chromedriver 2.20
1 parent 76ee6fc commit 7f49c9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

NodeChrome/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
1717
#==================
1818
# Chrome webdriver
1919
#==================
20-
ENV CHROME_DRIVER_VERSION 2.19
20+
ENV CHROME_DRIVER_VERSION 2.20
2121
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip http://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
2222
&& rm -rf /opt/selenium/chromedriver \
2323
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \

NodeChrome/Dockerfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
1616
#==================
1717
# Chrome webdriver
1818
#==================
19-
ENV CHROME_DRIVER_VERSION 2.19
19+
ENV CHROME_DRIVER_VERSION 2.20
2020
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip http://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
2121
&& rm -rf /opt/selenium/chromedriver \
2222
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \

0 commit comments

Comments
 (0)