This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -627,7 +627,7 @@ LABEL selenium_firefox_version "${FF_VER}"
627627# GeckoDriver
628628# ============
629629# Layer size: tiny: ~4 MB
630- ARG GECKOD_VER="0.24 .0"
630+ ARG GECKOD_VER="0.25 .0"
631631ENV GECKOD_URL="https://github.com/mozilla/geckodriver/releases/download"
632632RUN wget --no-verbose -O geckodriver.tar.gz \
633633 "${GECKOD_URL}/v${GECKOD_VER}/geckodriver-v${GECKOD_VER}-linux64.tar.gz" \
@@ -646,7 +646,7 @@ COPY bin/fail /usr/bin/
646646# ===============
647647# TODO: Use Google fingerprint to verify downloads
648648# https://www.google.de/linuxrepositories/
649- ARG EXPECTED_CHROME_VERSION="76 .0.3809.132 "
649+ ARG EXPECTED_CHROME_VERSION="77 .0.3865.75 "
650650ENV CHROME_URL="https://dl.google.com/linux/direct" \
651651 CHROME_BASE_DEB_PATH="/home/seluser/chrome-deb/google-chrome" \
652652 GREP_ONLY_NUMS_VER="[0-9.]{2,20}"
@@ -689,7 +689,7 @@ USER seluser
689689# Chrome webdriver
690690# ==================
691691# How to get cpu arch dynamically: $(lscpu | grep Architecture | sed "s/^.*_//")
692- ARG CHROME_DRIVER_VERSION="76 .0.3809.126 "
692+ ARG CHROME_DRIVER_VERSION="77 .0.3865.40 "
693693ENV CHROME_DRIVER_BASE="chromedriver.storage.googleapis.com" \
694694 CPU_ARCH="64"
695695ENV CHROME_DRIVER_FILE="chromedriver_linux${CPU_ARCH}.zip"
You can’t perform that action at this time.
0 commit comments