From ffad21a9d6bb4d5ab8ffd3559d81d83e2652175e Mon Sep 17 00:00:00 2001 From: Emmanuele Bassi Date: Sat, 26 Nov 2022 14:04:07 +0000 Subject: [PATCH] ci: Use Fedora 37 as the base New stable release means new CI failures. --- .gitlab-ci/fedora.Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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 \ -- 2.30.2