This repository was archived by the owner on Jun 30, 2021. It is now read-only.
File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,7 @@ Note image ids also change after scm-source.json has being updated which trigger
99
1010## TBD_DOCKER_TAG
1111 + ** Changes:** https://github.com/elgalu/docker-selenium/compare/TBD_PREV_COMM...master (TBD_DATE)
12+ + Upgrade Selenium from 3.3.1 to 3.5.3
1213 + Upgrade GeckoDriver from 0.15.0 to 0.18.0
1314 + ** Image tag details:**
1415 + Selenium version: TBD_SELENIUM_3_VERSION (TBD_SELENIUM_3_REVISION)
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ For pull requests or local commits:
1212
1313For repository owners only:
1414
15- git commit -m "Upgrade Chrome patch to 61.0.3163.91 "
15+ git commit -m "Upgrade Selenium from 3.3.1 to 3.5.3 "
1616 git tag -d latest; git tag -d `cat VERSION`; git push origin :`cat VERSION`; git tag `cat VERSION` && git push --force origin tmp-`cat VERSION` && git push --tags
1717
1818-- Wait for Travis to pass OK
Original file line number Diff line number Diff line change @@ -228,15 +228,15 @@ WORKDIR /home/seluser
228228# Selenium latest
229229# =================
230230# Layer size: medium ~22 MB
231- ENV SEL_DIRECTORY="3.3 " \
232- SEL_VER="3.3.1 "
231+ ENV SEL_DIRECTORY="3.5 " \
232+ SEL_VER="3.5.3 "
233233RUN export SELBASE="https://selenium-release.storage.googleapis.com" \
234234 && export SELPATH="${SEL_DIRECTORY}/selenium-server-standalone-${SEL_VER}.jar" \
235235 && wget -nv ${SELBASE}/${SELPATH} \
236236 && ln -s "selenium-server-standalone-${SEL_VER}.jar" \
237237 "selenium-server-standalone-3.jar"
238238
239- LABEL selenium_version "3.3.1 "
239+ LABEL selenium_version "3.5.3 "
240240
241241# =============================
242242# sudo by default from now on
Original file line number Diff line number Diff line change 1- selenium == 3.3.1
1+ selenium == 3.5.0
22retrying >= 1.3.3
You can’t perform that action at this time.
0 commit comments