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

Commit 3a06ab9

Browse files
authored
Merge pull request #224 from elgalu/upgrading-geckodriver-0.20.0
Upgrading GeckoDriver to 0.20.0
2 parents e4fc8e7 + 2b07831 commit 3a06ab9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -616,7 +616,7 @@ LABEL selenium_firefox_version "${FF_VER}"
616616
# GeckoDriver
617617
#============
618618
# Layer size: tiny: ~4 MB
619-
ARG GECKOD_VER="0.19.1"
619+
ARG GECKOD_VER="0.20.0"
620620
ENV GECKOD_URL="https://github.com/mozilla/geckodriver/releases/download"
621621
RUN wget --no-verbose -O geckodriver.tar.gz \
622622
"${GECKOD_URL}/v${GECKOD_VER}/geckodriver-v${GECKOD_VER}-linux64.tar.gz" \

0 commit comments

Comments
 (0)