Skip to content
This repository was archived by the owner on Jun 30, 2021. It is now read-only.

Commit 7032814

Browse files
authored
Bump chrome patch version, geckodriver minor version
1 parent d8c826a commit 7032814

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -447,7 +447,7 @@ LABEL selenium_firefox_version "${FF_VER}"
447447
#============
448448
# GeckoDriver
449449
#============
450-
ARG GECKOD_VER="0.29.0"
450+
ARG GECKOD_VER="0.29.1"
451451
ENV GECKOD_URL="https://github.com/mozilla/geckodriver/releases/download"
452452
RUN wget --no-verbose -O geckodriver.tar.gz \
453453
"${GECKOD_URL}/v${GECKOD_VER}/geckodriver-v${GECKOD_VER}-linux64.tar.gz" \
@@ -466,7 +466,7 @@ COPY bin/fail /usr/bin/
466466
#===============
467467
# TODO: Use Google fingerprint to verify downloads
468468
# https://www.google.de/linuxrepositories/
469-
ARG EXPECTED_CHROME_VERSION="89.0.4389.90"
469+
ARG EXPECTED_CHROME_VERSION="89.0.4389.114"
470470
ENV CHROME_URL="https://dl.google.com/linux/direct" \
471471
CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
472472
GREP_ONLY_NUMS_VER="[0-9.]{2,20}"

0 commit comments

Comments
 (0)