File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ USER seluser
3131# ==================
3232# Chrome webdriver
3333# ==================
34- ARG CHROME_DRIVER_VERSION=2.30
34+ ARG CHROME_DRIVER_VERSION=2.31
3535RUN wget --no-verbose -O /tmp/chromedriver_linux64.zip https://chromedriver.storage.googleapis.com/$CHROME_DRIVER_VERSION/chromedriver_linux64.zip \
3636 && rm -rf /opt/selenium/chromedriver \
3737 && unzip /tmp/chromedriver_linux64.zip -d /opt/selenium \
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ USER root
1010# =========
1111# Firefox
1212# =========
13- ARG FIREFOX_VERSION=54 .0
13+ ARG FIREFOX_VERSION=55 .0
1414RUN apt-get update -qqy \
1515 && apt-get -qqy --no-install-recommends install firefox \
1616 && rm -rf /var/lib/apt/lists/* /var/cache/apt/* \
@@ -25,7 +25,7 @@ RUN apt-get update -qqy \
2525# ============
2626# GeckoDriver
2727# ============
28- ARG GECKODRIVER_VERSION=0.17 .0
28+ ARG GECKODRIVER_VERSION=0.18 .0
2929RUN wget --no-verbose -O /tmp/geckodriver.tar.gz https://github.com/mozilla/geckodriver/releases/download/v$GECKODRIVER_VERSION/geckodriver-v$GECKODRIVER_VERSION-linux64.tar.gz \
3030 && rm -rf /opt/geckodriver \
3131 && tar -C /opt -zxf /tmp/geckodriver.tar.gz \
You can’t perform that action at this time.
0 commit comments