From 8c6934e2a1c71076414d9e280be0b99c3a079b84 Mon Sep 17 00:00:00 2001 From: Pratik Raj Date: Tue, 25 Oct 2022 17:23:00 +0530 Subject: [PATCH] feat : intial support for centos 8 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 30de1af..42d4044 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:centos7 +FROM centos:8 LABEL maintainer "Greg Horie"