Skip to content

Commit c6e1374

Browse files
committed
Update Dockerfiles for Fedora 39
Signed-off-by: Gonçalo Duarte <[email protected]>
1 parent 9ca19bc commit c6e1374

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

deploy/Dockerfile.fedora

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:37
1+
FROM fedora:39
22

33
# does not work
44
# FROM redhat/ubi9
@@ -40,4 +40,4 @@ RUN tests/test_python_cli.sh \
4040
RUN deploy/python_install_pip_pkg.sh \
4141
&& tests/test_python_cli_installed.sh \
4242
&& tests/test_python_gui_installed.sh
43-
#RUN tests/test_python_run_gui_root.sh
43+
#RUN tests/test_python_run_gui_root.sh

deploy/package_testing/Dockerfile.fedora

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM fedora:37
1+
FROM fedora:39
22

33
# does not work
44
# FROM redhat/ubi9
@@ -32,4 +32,4 @@ RUN ./deploy/dependencies/install_test_dependencies_fedora.sh
3232
COPY deploy deploy
3333
COPY tests tests
3434
RUN ./deploy/package_testing/download_install_rpm_ppa.sh
35-
RUN ./tests/test_python_installed.sh
35+
RUN ./tests/test_python_installed.sh

0 commit comments

Comments
 (0)