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

Commit 269b5e8

Browse files
authored
Merge pull request #202 from elgalu/upgrade-firefox-and-python-bindings
Upgrade Firefox patch to 57.0.4 and Python bindings to 3.8.1
2 parents 5b1c1c0 + df6fa2b commit 269b5e8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -594,7 +594,7 @@ ENV FF_LANG="en-US" \
594594

595595
#--- For Selenium 3
596596
# Layer size: big: 108.2 MB
597-
ARG FF_VER="57.0.3"
597+
ARG FF_VER="57.0.4"
598598

599599
ENV FF_COMP="firefox-${FF_VER}.tar.bz2"
600600
ENV FF_URL="${FF_BASE_URL}/${FF_INNER_PATH}/${FF_VER}/${FF_PLATFORM}/${FF_LANG}/${FF_COMP}"

test/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
selenium==3.8.0
1+
selenium==3.8.1
22
retrying>=1.3.3

0 commit comments

Comments
 (0)