mirror of
https://gitlab.gnome.org/GNOME/gtk.git
synced 2025-01-08 11:40:16 +00:00
ci: update the docker image to fedora 28
So we get a newer pango
This commit is contained in:
parent
38b796d2c3
commit
f888b4958e
@ -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:
|
stages:
|
||||||
- build
|
- build
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM fedora:27
|
FROM fedora:28
|
||||||
|
|
||||||
RUN dnf -y install \
|
RUN dnf -y install \
|
||||||
adwaita-icon-theme \
|
adwaita-icon-theme \
|
||||||
|
@ -8,7 +8,7 @@
|
|||||||
|
|
||||||
set -e
|
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
|
# 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
|
# created in the mounted volume have the same owner
|
||||||
|
Loading…
Reference in New Issue
Block a user