From 4fca08e26808824b1f2a9866968eb245ce1da603 Mon Sep 17 00:00:00 2001 From: Simon McVittie <smcv@collabora.com> Date: Mon, 13 May 2019 19:02:12 +0100 Subject: [PATCH] CI: Target a Fedora stable release As suggested by @jlebon on libglnx!8. Signed-off-by: Simon McVittie <smcv@collabora.com> --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 0d204ba8d..36638d740 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -1,4 +1,4 @@ -image: fedora:rawhide +image: registry.fedoraproject.org/fedora:30 stages: - build -- GitLab