Skip to content

Commit 0331bde

Browse files
authored
Merge pull request SeleniumHQ#525 from MacCracken/patch-5
chromedriver updated to 2.31
2 parents 1fbe302 + 35b5040 commit 0331bde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

NodeChrome/Dockerfile.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ USER seluser
2424
#==================
2525
# Chrome webdriver
2626
#==================
27-
ARG CHROME_DRIVER_VERSION=2.30
27+
ARG CHROME_DRIVER_VERSION=2.31
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)