From b7fe4b84ee8f822c7519e972898885c7553ca4fb Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 25 Nov 2019 10:51:14 +0000 Subject: [PATCH] ci: Update all Debian CI runners to use v5 of the Dockerfile MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This shouldn’t affect them (since it just adds the `clang-format-7` package), but it’s good to keep everything on the same version. Signed-off-by: Philip Withnall See: #1552 --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 62ddfd5d2..01cf6acb1 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -65,7 +65,7 @@ fedora-x86_64: - "_coverage" debian-stable-x86_64: - image: registry.gitlab.gnome.org/gnome/glib/debian-stable:v4 + image: registry.gitlab.gnome.org/gnome/glib/debian-stable:v5 stage: build except: - tags