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
2929# ==================
3030# Chrome webdriver
3131# ==================
32- ARG CHROME_DRIVER_VERSION=2.28
32+ ARG CHROME_DRIVER_VERSION=2.29
3333RUN 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 \
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
2424#==================
2525# Chrome webdriver
2626#==================
27- ARG CHROME_DRIVER_VERSION=2.28
27+ ARG CHROME_DRIVER_VERSION=2.29
2828RUN 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 \
You can’t perform that action at this time.
0 commit comments