Skip to content

Commit 0e59b4e

Browse files
authored
Merge pull request #538 from ppodgorsek/dependency-upgrades
Dependency upgrades
2 parents 01aed68 + 7b11dda commit 0e59b4e

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

Dockerfile

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:40
1+
FROM fedora:42
22

33
LABEL authors Paul Podgorsek
44
LABEL description Robot Framework in Docker.
@@ -32,25 +32,25 @@ ENV ROBOT_UID 1000
3232
ENV ROBOT_GID 1000
3333

3434
# Dependency versions
35-
ENV AWS_CLI_VERSION 1.38.31
35+
ENV AWS_CLI_VERSION 1.42.11
3636
ENV AXE_SELENIUM_LIBRARY_VERSION 2.1.6
37-
ENV BROWSER_LIBRARY_VERSION 19.4.0
38-
ENV CHROME_VERSION 135.0.7049.84
39-
ENV DATABASE_LIBRARY_VERSION 2.1.3
37+
ENV BROWSER_LIBRARY_VERSION 19.7.0
38+
ENV CHROME_VERSION 139.0.7258.68
39+
ENV DATABASE_LIBRARY_VERSION 2.1.4
4040
ENV DATADRIVER_VERSION 1.11.2
4141
ENV DATETIMETZ_VERSION 1.0.6
42-
ENV MICROSOFT_EDGE_VERSION 135.0.3179.54
43-
ENV FAKER_VERSION 5.0.0
44-
ENV FIREFOX_VERSION 137.0
42+
ENV MICROSOFT_EDGE_VERSION 139.0.3405.86
43+
ENV FAKER_VERSION 6.0.0
44+
ENV FIREFOX_VERSION 141.0
4545
ENV FTP_LIBRARY_VERSION 1.9
4646
ENV GECKO_DRIVER_VERSION v0.36.0
4747
ENV IMAP_LIBRARY_VERSION 0.4.11
48-
ENV PABOT_VERSION 4.1.1
48+
ENV PABOT_VERSION 5.0.0
4949
ENV REQUESTS_VERSION 0.9.7
50-
ENV ROBOT_FRAMEWORK_VERSION 7.2.2
50+
ENV ROBOT_FRAMEWORK_VERSION 7.3.2
5151
ENV SELENIUM_LIBRARY_VERSION 6.7.1
5252
ENV SSH_LIBRARY_VERSION 3.8.0
53-
ENV XVFB_VERSION 1.20
53+
ENV XVFB_VERSION 21.1.18
5454

5555
# By default, no reports are uploaded to AWS S3
5656
ENV AWS_UPLOAD_TO_S3 false
@@ -112,11 +112,11 @@ RUN wget -q "https://github.com/mozilla/geckodriver/releases/download/$GECKO_DRI
112112

113113
# Install Microsoft Edge & webdriver
114114
RUN rpm --import https://packages.microsoft.com/keys/microsoft.asc \
115-
&& dnf config-manager --add-repo https://packages.microsoft.com/yumrepos/edge \
115+
&& dnf config-manager addrepo --from-repofile=https://packages.microsoft.com/yumrepos/edge/config.repo \
116116
&& dnf install -y \
117117
microsoft-edge-stable-${MICROSOFT_EDGE_VERSION} \
118118
zip \
119-
&& wget -q "https://msedgedriver.azureedge.net/${MICROSOFT_EDGE_VERSION}/edgedriver_linux64.zip" \
119+
&& wget -q "https://msedgedriver.microsoft.com/${MICROSOFT_EDGE_VERSION}/edgedriver_linux64.zip" \
120120
&& unzip edgedriver_linux64.zip -d edge \
121121
&& mv edge/msedgedriver /opt/robotframework/drivers/msedgedriver \
122122
&& rm -Rf edgedriver_linux64.zip edge/ \

README.md

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -50,23 +50,23 @@ The versioning of this image follows the one of Robot Framework:
5050

5151
The versions used are:
5252

53-
* [Robot Framework](https://github.com/robotframework/robotframework) 7.2.2
54-
* [Robot Framework Browser (Playwright) Library](https://github.com/MarketSquare/robotframework-browser) 19.4.0
55-
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 2.1.3
53+
* [Robot Framework](https://github.com/robotframework/robotframework) 7.3.2
54+
* [Robot Framework Browser (Playwright) Library](https://github.com/MarketSquare/robotframework-browser) 19.7.0
55+
* [Robot Framework DatabaseLibrary](https://github.com/franz-see/Robotframework-Database-Library) 2.1.4
5656
* [Robot Framework Datadriver](https://github.com/Snooz82/robotframework-datadriver) 1.11.2
5757
* [Robot Framework DateTimeTZ](https://github.com/testautomation/DateTimeTZ) 1.0.6
58-
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 5.0.0
58+
* [Robot Framework Faker](https://github.com/guykisel/robotframework-faker) 6.0.0
5959
* [Robot Framework FTPLibrary](https://github.com/kowalpy/Robot-Framework-FTP-Library) 1.9
6060
* [Robot Framework IMAPLibrary 2](https://pypi.org/project/robotframework-imaplibrary2/) 0.4.11
61-
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 4.1.1
61+
* [Robot Framework Pabot](https://github.com/mkorpela/pabot) 5.0.0
6262
* [Robot Framework Requests](https://github.com/bulkan/robotframework-requests) 0.9.7
6363
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.7.1
6464
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0
6565
* [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6
66-
* Firefox 137.0
67-
* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 135.0
68-
* Microsoft Edge 135.0
69-
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.38.31
66+
* Firefox 141.0
67+
* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 139.0
68+
* Microsoft Edge 139.0
69+
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.42.11
7070

7171
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.
7272

0 commit comments

Comments
 (0)