From c6e13749e4985ca778b824f1a6a5b5daafeae2fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gon=C3=A7alo=20Duarte?= Date: Mon, 4 Dec 2023 19:24:19 +0000 Subject: [PATCH] Update Dockerfiles for Fedora 39 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Gonçalo Duarte --- deploy/Dockerfile.fedora | 4 ++-- deploy/package_testing/Dockerfile.fedora | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/deploy/Dockerfile.fedora b/deploy/Dockerfile.fedora index d78bf25..e403e05 100644 --- a/deploy/Dockerfile.fedora +++ b/deploy/Dockerfile.fedora @@ -1,4 +1,4 @@ -FROM fedora:37 +FROM fedora:39 # does not work # FROM redhat/ubi9 @@ -40,4 +40,4 @@ RUN tests/test_python_cli.sh \ RUN deploy/python_install_pip_pkg.sh \ && tests/test_python_cli_installed.sh \ && tests/test_python_gui_installed.sh -#RUN tests/test_python_run_gui_root.sh \ No newline at end of file +#RUN tests/test_python_run_gui_root.sh diff --git a/deploy/package_testing/Dockerfile.fedora b/deploy/package_testing/Dockerfile.fedora index f901476..8273b18 100644 --- a/deploy/package_testing/Dockerfile.fedora +++ b/deploy/package_testing/Dockerfile.fedora @@ -1,4 +1,4 @@ -FROM fedora:37 +FROM fedora:39 # does not work # FROM redhat/ubi9 @@ -32,4 +32,4 @@ RUN ./deploy/dependencies/install_test_dependencies_fedora.sh COPY deploy deploy COPY tests tests RUN ./deploy/package_testing/download_install_rpm_ppa.sh -RUN ./tests/test_python_installed.sh \ No newline at end of file +RUN ./tests/test_python_installed.sh