summaryrefslogtreecommitdiff
path: root/.gitlab-ci
diff options
context:
space:
mode:
authorFlorian Müllner <fmuellner@gnome.org>2019-05-17 20:35:38 +0200
committerFlorian Müllner <fmuellner@gnome.org>2019-05-20 19:44:57 +0200
commit9c2fdcdbb2843573ba81a64c5d0ba30961c1a30f (patch)
tree7134d02138de01a521f512d8c8bb93dbeffb0a10 /.gitlab-ci
parentd4a0893d76d042486977b3a6c66966a3a9666f42 (diff)
downloadmutter-9c2fdcdbb2843573ba81a64c5d0ba30961c1a30f.tar.gz
ci: Update Dockerfile to :v2
This commit is a bit deceitful: The main change in the image is *not* the more recent Fedora base, but an updated (and not backward-compatible) evolution-data-server package from the fmuellner/gnome-shell-ci copr. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/501 ports gnome-shell to the new API, so to keep mutter and gnome-shell CI working after that change, we need to build against the correct EDS version. https://gitlab.gnome.org/GNOME/mutter/merge_requests/582
Diffstat (limited to '.gitlab-ci')
-rw-r--r--.gitlab-ci/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci/Dockerfile b/.gitlab-ci/Dockerfile
index 49ecb563b..5d0e2ed83 100644
--- a/.gitlab-ci/Dockerfile
+++ b/.gitlab-ci/Dockerfile
@@ -1,4 +1,4 @@
-FROM fedora:29
+FROM fedora:30
RUN dnf -y update && dnf -y upgrade && \
dnf install -y 'dnf-command(builddep)' && \