File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
29
29
# ==================
30
30
# Chrome webdriver
31
31
# ==================
32
- ARG CHROME_DRIVER_VERSION=2.28
32
+ ARG CHROME_DRIVER_VERSION=2.29
33
33
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
34
34
&& rm -rf /opt/selenium/chromedriver \
35
35
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
24
24
#==================
25
25
# Chrome webdriver
26
26
#==================
27
- ARG CHROME_DRIVER_VERSION=2.28
27
+ ARG CHROME_DRIVER_VERSION=2.29
28
28
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
29
29
&& rm -rf /opt/selenium/chromedriver \
30
30
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
You can’t perform that action at this time.
0 commit comments