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

Commit 291acb6

Browse files
authored
Merge pull request #274 from elgalu/GeckoDriver-0.22.0
Upgrade GeckoDriver to 0.22.0
2 parents aec385d + d095d28 commit 291acb6

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.21.0"
621+
ARG GECKOD_VER="0.22.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)