ci: Update Fedora CI image to Fedora 39

Fedora 37 is out of support so, as per our policy, update the CI image
to the oldest still-supported release, which is 39.

Update the mingw CI image too, as it’s built on top of the Fedora one.

Update the supported platforms documentation (and fix the Debian version
listed there to match what’s currently in CI, which is up to date).

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2024-05-15 10:33:00 +01:00
parent 797f9c5157
commit 21fa4ea91b
4 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
FROM fedora:37
FROM fedora:39
RUN dnf -y update \
&& dnf -y install \

View File

@@ -1,4 +1,4 @@
FROM registry.gitlab.gnome.org/gnome/glib/fedora:v25
FROM registry.gitlab.gnome.org/gnome/glib/fedora:v27
USER root