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 \