Skip to content

Commit df8224a

Browse files
authored
Merge pull request #397 from ppodgorsek/dependency-upgrades
Dependency upgrades
2 parents 33d9623 + e947d3e commit df8224a

File tree

2 files changed

+26
-26
lines changed

2 files changed

+26
-26
lines changed

Dockerfile

Lines changed: 15 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM python:3.9.0-alpine3.12
1+
FROM python:3.9.12-alpine3.15
22

33
MAINTAINER Paul Podgorsek <[email protected]>
44
LABEL description Robot Framework in Docker.
@@ -29,24 +29,24 @@ ENV ROBOT_UID 1000
2929
ENV ROBOT_GID 1000
3030

3131
# Dependency versions
32-
ENV ALPINE_GLIBC 2.31-r0
33-
ENV AWS_CLI_VERSION 1.20.6
32+
ENV ALPINE_GLIBC 2.35-r0
33+
ENV AWS_CLI_VERSION 1.22.87
3434
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
35-
ENV BROWSER_LIBRARY_VERSION 6.0.0
36-
ENV CHROMIUM_VERSION 86.0
35+
ENV BROWSER_LIBRARY_VERSION 12.2.0
36+
ENV CHROMIUM_VERSION 99.0
3737
ENV DATABASE_LIBRARY_VERSION 1.2.4
38-
ENV DATADRIVER_VERSION 1.4.1
38+
ENV DATADRIVER_VERSION 1.6.0
3939
ENV DATETIMETZ_VERSION 1.0.6
4040
ENV FAKER_VERSION 5.0.0
41-
ENV FIREFOX_VERSION 78
41+
ENV FIREFOX_VERSION 91.7
4242
ENV FTP_LIBRARY_VERSION 1.9
43-
ENV GECKO_DRIVER_VERSION v0.26.0
44-
ENV IMAP_LIBRARY_VERSION 0.4.0
45-
ENV PABOT_VERSION 2.0.1
46-
ENV REQUESTS_VERSION 0.9.1
47-
ENV ROBOT_FRAMEWORK_VERSION 4.1
48-
ENV SELENIUM_LIBRARY_VERSION 5.1.3
49-
ENV SSH_LIBRARY_VERSION 3.7.0
43+
ENV GECKO_DRIVER_VERSION v0.30.0
44+
ENV IMAP_LIBRARY_VERSION 0.4.2
45+
ENV PABOT_VERSION 2.5.2
46+
ENV REQUESTS_VERSION 0.9.2
47+
ENV ROBOT_FRAMEWORK_VERSION 5.0
48+
ENV SELENIUM_LIBRARY_VERSION 6.0.0
49+
ENV SSH_LIBRARY_VERSION 3.8.0
5050
ENV XVFB_VERSION 1.20
5151

5252
# By default, no reports are uploaded to AWS S3
@@ -80,8 +80,8 @@ RUN apk update \
8080
"chromium~$CHROMIUM_VERSION" \
8181
"chromium-chromedriver~$CHROMIUM_VERSION" \
8282
"firefox-esr~$FIREFOX_VERSION" \
83+
npm \
8384
nodejs \
84-
nodejs-npm \
8585
xauth \
8686
tzdata \
8787
"xvfb-run~$XVFB_VERSION" \

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,22 @@ The versioning of this image follows the one of Robot Framework:
1515

1616
The versions used are:
1717

18-
* [Robot Framework](https://github.com/robotframework/robotframework) 4.1
19-
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 6.0.0
18+
* [Robot Framework](https://github.com/robotframework/robotframework) 5.0
19+
* [Robot Framework Browser Library](https://github.com/MarketSquare/robotframework-browser) 12.2.0
2020
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 1.2.4
21-
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.4.1
21+
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.6.0
2222
* [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6
2323
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0
2424
* [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9
25-
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.0
26-
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.0.1
27-
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.1
28-
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 5.1.3
29-
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.7.0
25+
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.2
26+
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 2.5.2
27+
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.2
28+
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.0.0
29+
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0
3030
* [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6
31-
* Firefox ESR 78
32-
* Chromium 86.0
33-
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.20.6
31+
* Firefox 91.7
32+
* Chromium 99.0
33+
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.22.87
3434

3535
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.
3636

0 commit comments

Comments
 (0)