From 166e70ea7808af2e42e75a4dd2c7a3b20ed8e1b6 Mon Sep 17 00:00:00 2001 From: Jan David Mol <mol@astron.nl> Date: Wed, 9 Dec 2020 11:57:53 +0100 Subject: [PATCH] Moved to centos8 to get docker compose --- ci/Dockerfile_ci_base | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/Dockerfile_ci_base b/ci/Dockerfile_ci_base index d554acfa0..ae8677b5b 100644 --- a/ci/Dockerfile_ci_base +++ b/ci/Dockerfile_ci_base @@ -3,6 +3,6 @@ # # base # -FROM centos:centos7.6.1810 +FROM centos:centos8.3.2011 RUN yum -y install make docker -- GitLab