Skip to content

Commit

Permalink
Merge pull request #83 from ppodgorsek/issue-82
Browse files Browse the repository at this point in the history
Issue #82 - Outdated Chromium causes Docker build to fail
  • Loading branch information
ppodgorsek authored Apr 3, 2018
2 parents 37b9ab3 + da6d37f commit cf519c3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ ENV SCREEN_HEIGHT 1080
ENV SCREEN_WIDTH 1920

# Dependency versions
ENV CHROMIUM_VERSION 63.0.*
ENV CHROMIUM_VERSION 65.0.*
ENV FAKER_VERSION 4.2.0
ENV FIREFOX_VERSION 59.0*
ENV GECKO_DRIVER_VERSION v0.19.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The versions used in the latest version are:
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 4.2.0
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 3.1.1
* Firefox 59.0
* Chromium 63.0
* Chromium 65.0

As stated by [the official GitHub project](https://github.com/robotframework/Selenium2Library), starting from version 3.0, Selenium2Library is renamed to SeleniumLibrary and this project exists mainly to help with transitioning. The Selenium2Library 3.0.0 is also the last release and for new releases, please look at the [SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) project.

Expand Down

0 comments on commit cf519c3

Please sign in to comment.