Skip to content

Commit 41472f8

Browse files
authored
Merge pull request #324 from joaoluizjoaquim/master
Update chrome driver version
2 parents aabd14c + d524078 commit 41472f8

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
@@ -29,7 +29,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
2929
#==================
3030
# Chrome webdriver
3131
#==================
32-
ARG CHROME_DRIVER_VERSION=2.24
32+
ARG CHROME_DRIVER_VERSION=2.25
3333
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
3434
&& rm -rf /opt/selenium/chromedriver \
3535
&& 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
@@ -24,7 +24,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
2424
#==================
2525
# Chrome webdriver
2626
#==================
27-
ARG CHROME_DRIVER_VERSION=2.24
27+
ARG CHROME_DRIVER_VERSION=2.25
2828
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
2929
&& rm -rf /opt/selenium/chromedriver \
3030
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \

0 commit comments

Comments
 (0)