ci: Use Fedora 37 as the base

New stable release means new CI failures.
This commit is contained in:
Emmanuele Bassi 2022-11-26 14:04:07 +00:00
parent 5419f1f2f0
commit ffad21a9d6

View File

@ -1,4 +1,4 @@
FROM fedora:36 FROM fedora:37
RUN dnf -y install \ RUN dnf -y install \
adwaita-icon-theme \ adwaita-icon-theme \
@ -82,7 +82,6 @@ RUN dnf -y install \
python3-markdown \ python3-markdown \
python3-pip \ python3-pip \
python3-pygments \ python3-pygments \
python3-tomli \
python3-typogrify \ python3-typogrify \
python3-wheel \ python3-wheel \
redhat-rpm-config \ redhat-rpm-config \