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

Commit d095d28

Browse files
author
Leo Gallucci
authored
Upgrade GeckoDriver to 0.22.0
1 parent aec385d commit d095d28

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)