File tree 2 files changed +2
-2
lines changed 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
17
17
# ==================
18
18
# Chrome webdriver
19
19
# ==================
20
- ENV CHROME_DRIVER_VERSION 2.19
20
+ ENV CHROME_DRIVER_VERSION 2.20
21
21
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip http://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
22
22
&& rm -rf /opt/selenium/chromedriver \
23
23
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ RUN wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key
16
16
#==================
17
17
# Chrome webdriver
18
18
#==================
19
- ENV CHROME_DRIVER_VERSION 2.19
19
+ ENV CHROME_DRIVER_VERSION 2.20
20
20
RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip http://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
21
21
&& rm -rf /opt/selenium/chromedriver \
22
22
&& unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
You can’t perform that action at this time.
0 commit comments