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

Commit 921f624

Browse files
authored
Merge pull request #251 from elgalu/GeckoDriver-0.21.0
Upgrade GeckoDriver minor to 0.21.0
2 parents 1d3c76c + 2d7afb3 commit 921f624

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
@@ -618,7 +618,7 @@ LABEL selenium_firefox_version "${FF_VER}"
618618
# GeckoDriver
619619
#============
620620
# Layer size: tiny: ~4 MB
621-
ARG GECKOD_VER="0.20.1"
621+
ARG GECKOD_VER="0.21.0"
622622
ENV GECKOD_URL="https://github.com/mozilla/geckodriver/releases/download"
623623
RUN wget --no-verbose -O geckodriver.tar.gz \
624624
"${GECKOD_URL}/v${GECKOD_VER}/geckodriver-v${GECKOD_VER}-linux64.tar.gz" \

0 commit comments

Comments
 (0)