Skip to content

Commit 032b187

Browse files
authored
Merge pull request #413 from gensc004/patch-1
NodeChrome: Updating CHROME_DRIVER_VERSION to 2.28
2 parents c832a96 + 7e475dd commit 032b187

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 @@ 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.27
27+
ARG CHROME_DRIVER_VERSION=2.28
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)