Skip to content

Commit bc5c19a

Browse files
committed
Issue #537 - Upgrade the base image to Fedora 42
1 parent bb3b9ed commit bc5c19a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 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.
@@ -50,7 +50,7 @@ ENV REQUESTS_VERSION 0.9.7
5050
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,7 +112,7 @@ 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 \

0 commit comments

Comments
 (0)