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

Commit 2ca3480

Browse files
authored
Merge pull request #277 from elgalu/gecko-0.23.0
Upgrading GeckoDriver to 0.23.0
2 parents 6bfcf1e + 255fff0 commit 2ca3480

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