From 55f9d4afcfd631e58bfe3f8aae78a83726415d1f Mon Sep 17 00:00:00 2001 From: Naveenraj M Date: Wed, 1 Apr 2020 00:37:07 +0530 Subject: [PATCH] centos 8 version of rpmbuild --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 41d8e37..290812a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ -# Using CentOS 7 as base image to support rpmbuild (packages will be Dist el7) -FROM centos:7 +# Using CentOS 8 as base image to support rpmbuild (packages will be Dist el8) +FROM centos:8 # Copying all contents of rpmbuild repo inside container COPY . .