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

Commit 4b1c3ce

Browse files
committed
Upgrade GeckoDriver to 0.19.0
1 parent 36c0e6c commit 4b1c3ce

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Note image ids also change after scm-source.json has being updated which trigger
1010
## TBD_DOCKER_TAG
1111
+ **Changes:** https://github.com/elgalu/docker-selenium/compare/TBD_PREV_COMM...master (TBD_DATE)
1212
+ Upgrade Selenium from 3.3.1 to 3.5.3
13-
+ Upgrade GeckoDriver from 0.15.0 to 0.18.0
13+
+ Upgrade GeckoDriver from 0.15.0 to 0.19.0
1414
+ **Image tag details:**
1515
+ Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
1616
+ Chrome stable: TBD_CHROME_STABLE

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ USER root
571571
# GeckoDriver
572572
#============
573573
# Layer size: tiny: ~4 MB
574-
ENV GECKOD_VER="0.18.0" \
574+
ENV GECKOD_VER="0.19.0" \
575575
GECKOD_URL="https://github.com/mozilla/geckodriver/releases/download"
576576
RUN wget --no-verbose -O geckodriver.tar.gz \
577577
"${GECKOD_URL}/v${GECKOD_VER}/geckodriver-v${GECKOD_VER}-linux64.tar.gz" \

0 commit comments

Comments
 (0)