Skip to content

Commit cf519c3

Browse files
authored
Merge pull request #83 from ppodgorsek/issue-82
Issue #82 - Outdated Chromium causes Docker build to fail
2 parents 37b9ab3 + da6d37f commit cf519c3

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 63.0.*
16+
ENV CHROMIUM_VERSION 65.0.*
1717
ENV FAKER_VERSION 4.2.0
1818
ENV FIREFOX_VERSION 59.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 59.0
22-
* Chromium 63.0
22+
* Chromium 65.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)