ci: Use Fedora 37 as the base
authorEmmanuele Bassi <ebassi@gnome.org>
Sat, 26 Nov 2022 14:04:07 +0000 (14:04 +0000)
committerEmmanuele Bassi <ebassi@gnome.org>
Sat, 26 Nov 2022 14:04:07 +0000 (14:04 +0000)
New stable release means new CI failures.

.gitlab-ci/fedora.Dockerfile

index 76ffea55ffebdc2aaaf8241ceea8dbbbe87cb4b5..2f76b4f9d392dbe0a29b175365d5e94d4289e77c 100644 (file)
@@ -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 \