ci: update the docker image to fedora 28

So we get a newer pango
This commit is contained in:
Christoph Reiter 2018-05-27 18:38:28 +02:00
parent 38b796d2c3
commit f888b4958e
3 changed files with 3 additions and 3 deletions

View File

@ -1,4 +1,4 @@
image: registry.gitlab.gnome.org/gnome/gtk/gtk-3-22:v2
image: registry.gitlab.gnome.org/gnome/gtk/gtk-3-24:v1
stages:
- build

View File

@ -1,4 +1,4 @@
FROM fedora:27
FROM fedora:28
RUN dnf -y install \
adwaita-icon-theme \

View File

@ -8,7 +8,7 @@
set -e
TAG="registry.gitlab.gnome.org/gnome/gtk/gtk-3-22:v2"
TAG="registry.gitlab.gnome.org/gnome/gtk/gtk-3-24:v1"
# HOST_USER_ID gets used to create a user with the same ID so that files
# created in the mounted volume have the same owner