diff --git a/Dockerfile b/Dockerfile index 5aadeb4..af5e96d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,18 +27,18 @@ ENV ROBOT_GID 1000 # Dependency versions ENV ALPINE_GLIBC 2.31-r0 -ENV CHROMIUM_VERSION 83.0 +ENV CHROMIUM_VERSION 86.0 ENV DATABASE_LIBRARY_VERSION 1.2 ENV FAKER_VERSION 5.0.0 ENV FIREFOX_VERSION 78 ENV FTP_LIBRARY_VERSION 1.9 ENV GECKO_DRIVER_VERSION v0.26.0 -ENV IMAP_LIBRARY_VERSION 0.3.6 -ENV PABOT_VERSION 1.8.0 -ENV REQUESTS_VERSION 0.7.0 -ENV ROBOT_FRAMEWORK_VERSION 3.2 -ENV SELENIUM_LIBRARY_VERSION 4.3.0 -ENV SSH_LIBRARY_VERSION 3.4.0 +ENV IMAP_LIBRARY_VERSION 0.3.8 +ENV PABOT_VERSION 1.10.0 +ENV REQUESTS_VERSION 0.7.2 +ENV ROBOT_FRAMEWORK_VERSION 3.2.2 +ENV SELENIUM_LIBRARY_VERSION 4.5.0 +ENV SSH_LIBRARY_VERSION 3.5.1 ENV XVFB_VERSION 1.20 # Prepare binaries to be executed diff --git a/README.md b/README.md index 8afaf0b..1193826 100644 --- a/README.md +++ b/README.md @@ -15,17 +15,17 @@ The versioning of this image follows the one of Robot Framework: The versions used are: -* [Robot Framework](https://github.com/robotframework/robotframework) 3.2 +* [Robot Framework](https://github.com/robotframework/robotframework) 3.2.2 * [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2 * [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0 * [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9 -* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.3.6 -* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.8.0 -* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.7.0 -* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 4.3.0 -* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.4.0 +* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.3.8 +* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 1.10.0 +* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.7.2 +* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 4.5.0 +* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.5.1 * Firefox ESR 78 -* Chromium 83.0 +* Chromium 86.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.