ci: Rebase the Fedora images

This commit is contained in:
Emmanuele Bassi
2020-10-17 15:40:35 +01:00
parent 8854ecdb2b
commit cb4d2d4153
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v25
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v26
RUN dnf -y install pandoc

View File

@@ -1,4 +1,4 @@
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v25
FROM registry.gitlab.gnome.org/gnome/gtk/fedora-base:v26
# Enable sudo for wheel users
RUN sed -i -e 's/# %wheel/%wheel/' -e '0,/%wheel/{s/%wheel/# %wheel/}' /etc/sudoers