Skip to content

Commit b08964f

Browse files
authored
Merge pull request #94 from ppodgorsek/issue-93
Issue #93 - Update Chromium to version 67.0
2 parents e731f0b + 9d771ad commit b08964f

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
@@ -13,7 +13,7 @@ ENV SCREEN_HEIGHT 1080
1313
ENV SCREEN_WIDTH 1920
1414

1515
# Dependency versions
16-
ENV CHROMIUM_VERSION 66.0.*
16+
ENV CHROMIUM_VERSION 67.0.*
1717
ENV FAKER_VERSION 4.2.0
1818
ENV FIREFOX_VERSION 60.0*
1919
ENV GECKO_DRIVER_VERSION v0.19.1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ The versions used in the latest version are:
1919
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 4.2.0
2020
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 3.1.1
2121
* Firefox 60.0
22-
* Chromium 66.0
22+
* Chromium 67.0
2323

2424
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.
2525

0 commit comments

Comments
 (0)