From: Emmanuele Bassi Date: Sat, 26 Nov 2022 14:04:07 +0000 (+0000) Subject: ci: Use Fedora 37 as the base X-Git-Tag: archive/raspbian/4.12.3+ds-1+rpi1~1^2^2^2~22^2~9^2~32^2~3 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=ffad21a9d6bb4d5ab8ffd3559d81d83e2652175e;p=gtk4.git ci: Use Fedora 37 as the base New stable release means new CI failures. --- diff --git a/.gitlab-ci/fedora.Dockerfile b/.gitlab-ci/fedora.Dockerfile index 76ffea55ff..2f76b4f9d3 100644 --- a/.gitlab-ci/fedora.Dockerfile +++ b/.gitlab-ci/fedora.Dockerfile @@ -1,4 +1,4 @@ -FROM fedora:36 +FROM fedora:37 RUN dnf -y install \ adwaita-icon-theme \ @@ -82,7 +82,6 @@ RUN dnf -y install \ python3-markdown \ python3-pip \ python3-pygments \ - python3-tomli \ python3-typogrify \ python3-wheel \ redhat-rpm-config \