File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed
Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -47,7 +47,7 @@ ENV DATADRIVER_VERSION 1.11.2
4747ENV DATETIMETZ_VERSION 1.0.6
4848ENV MICROSOFT_EDGE_VERSION 139.0.3405.86
4949ENV FAKER_VERSION 6.0.0
50- ENV FIREFOX_VERSION 142 .0
50+ ENV FIREFOX_VERSION 144 .0
5151ENV FTP_LIBRARY_VERSION 1.9
5252ENV GECKO_DRIVER_VERSION v0.36.0
5353ENV IMAP_LIBRARY_VERSION 0.4.11
@@ -56,7 +56,6 @@ ENV REQUESTS_VERSION 0.9.7
5656ENV ROBOT_FRAMEWORK_VERSION 7.3.2
5757ENV SELENIUM_LIBRARY_VERSION 6.7.1
5858ENV SSH_LIBRARY_VERSION 3.8.0
59- ENV XVFB_VERSION 21.1.18
6059
6160# By default, no reports are uploaded to AWS S3
6261ENV 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments