From f6472bdd299c264946b70e83cfbabecb178a43ca Mon Sep 17 00:00:00 2001 From: Gabriela Cervantes Date: Wed, 29 Jan 2020 11:16:44 -0600 Subject: [PATCH] build: Update CentOS version for the Dockerfile This PR updates the CentOS version that we are using for the Dockerfile which is being used to generate and build the images. Fixes #727 Signed-off-by: Gabriela Cervantes --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 120e79526f..110b8f6486 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ # It includes some useful tools for development of agent # which can ensure everyone using similar development toolkit -FROM centos:7 +FROM centos:8 ARG http_proxy ARG https_proxy