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

Commit a23e815

Browse files
authored
Merge pull request #232 from elgalu/update-geckodriver
Update GeckoDriver to v0.20.1
2 parents f5f8dc6 + e083d54 commit a23e815

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

0 commit comments

Comments
 (0)