Skip to content

Commit 8daa2c2

Browse files
authored
Merge pull request #543 from ppodgorsek/issue-541
Issue #541 - No match for argument: xorg-x11-server-Xvfb-21.1.18 Issue #542 - Upgrade Firefox to version 144.0
2 parents 7dc3dd6 + a94b41c commit 8daa2c2

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

Dockerfile

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ ENV DATADRIVER_VERSION 1.11.2
4747
ENV DATETIMETZ_VERSION 1.0.6
4848
ENV MICROSOFT_EDGE_VERSION 139.0.3405.86
4949
ENV FAKER_VERSION 6.0.0
50-
ENV FIREFOX_VERSION 142.0
50+
ENV FIREFOX_VERSION 144.0
5151
ENV FTP_LIBRARY_VERSION 1.9
5252
ENV GECKO_DRIVER_VERSION v0.36.0
5353
ENV IMAP_LIBRARY_VERSION 0.4.11
@@ -56,7 +56,6 @@ ENV REQUESTS_VERSION 0.9.7
5656
ENV ROBOT_FRAMEWORK_VERSION 7.3.2
5757
ENV SELENIUM_LIBRARY_VERSION 6.7.1
5858
ENV SSH_LIBRARY_VERSION 3.8.0
59-
ENV XVFB_VERSION 21.1.18
6059

6160
# By default, no reports are uploaded to AWS S3
6261
ENV AWS_UPLOAD_TO_S3 false
@@ -75,7 +74,7 @@ RUN dnf upgrade -y --refresh \
7574
python3-pyyaml \
7675
tzdata \
7776
wget \
78-
xorg-x11-server-Xvfb-${XVFB_VERSION}* \
77+
xorg-x11-server-Xvfb \
7978
&& dnf clean all
8079

8180
# Install Chrome for Testing

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ The versions used are:
6464
* [Robot Framework SeleniumLibrary](https://github.com/robotframework/SeleniumLibrary) 6.7.1
6565
* [Robot Framework SSHLibrary](https://github.com/robotframework/SSHLibrary) 3.8.0
6666
* [Axe Selenium Library](https://github.com/mozilla-services/axe-selenium-python) 2.1.6
67-
* Firefox 142.0
67+
* Firefox 144.0
6868
* [Chrome for Testing](https://googlechromelabs.github.io/chrome-for-testing/) 139.0
6969
* Microsoft Edge 139.0
7070
* [Amazon AWS CLI](https://pypi.org/project/awscli/) 1.42.11

0 commit comments

Comments
 (0)