Skip to content

Commit

Permalink
Update Dockerfiles for Fedora 39
Browse files Browse the repository at this point in the history
Signed-off-by: Gonçalo Duarte <[email protected]>
  • Loading branch information
MrDuartePT committed Dec 4, 2023
1 parent 9ca19bc commit c6e1374
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions deploy/Dockerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:39

# does not work
# FROM redhat/ubi9
Expand Down Expand Up @@ -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
#RUN tests/test_python_run_gui_root.sh
4 changes: 2 additions & 2 deletions deploy/package_testing/Dockerfile.fedora
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:39

# does not work
# FROM redhat/ubi9
Expand Down Expand Up @@ -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
RUN ./tests/test_python_installed.sh

0 comments on commit c6e1374

Please sign in to comment.