File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- FROM fedora:40
1
+ FROM fedora:42
2
2
3
3
LABEL authors Paul Podgorsek
4
4
LABEL description Robot Framework in Docker.
@@ -50,7 +50,7 @@ ENV REQUESTS_VERSION 0.9.7
50
50
ENV ROBOT_FRAMEWORK_VERSION 7.3.2
51
51
ENV SELENIUM_LIBRARY_VERSION 6.7.1
52
52
ENV SSH_LIBRARY_VERSION 3.8.0
53
- ENV XVFB_VERSION 1.20
53
+ ENV XVFB_VERSION 21.1.18
54
54
55
55
# By default, no reports are uploaded to AWS S3
56
56
ENV AWS_UPLOAD_TO_S3 false
@@ -112,7 +112,7 @@ RUN wget -q "https://github.com/mozilla/geckodriver/releases/download/$GECKO_DRI
112
112
113
113
# Install Microsoft Edge & webdriver
114
114
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 \
116
116
&& dnf install -y \
117
117
microsoft-edge-stable-${MICROSOFT_EDGE_VERSION} \
118
118
zip \
You can’t perform that action at this time.
0 commit comments