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

Commit f3b7572

Browse files
javpawelgalu
authored andcommitted
Upgrade geckodriver patch level to 0.19.01 (#185)
1 parent 1a00676 commit f3b7572

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
@@ -611,7 +611,7 @@ LABEL selenium_firefox_version "${FF_VER}"
611611
# GeckoDriver
612612
#============
613613
# Layer size: tiny: ~4 MB
614-
ENV GECKOD_VER="0.19.0" \
614+
ENV GECKOD_VER="0.19.1" \
615615
GECKOD_URL="https://github.com/mozilla/geckodriver/releases/download"
616616
RUN wget --no-verbose -O geckodriver.tar.gz \
617617
"${GECKOD_URL}/v${GECKOD_VER}/geckodriver-v${GECKOD_VER}-linux64.tar.gz" \

0 commit comments

Comments
 (0)