diff --git a/lazyDir/centos-7.Dockerfile b/lazyDir/centos-7.Dockerfile index 20e85c8..af0d864 100644 --- a/lazyDir/centos-7.Dockerfile +++ b/lazyDir/centos-7.Dockerfile @@ -1,5 +1,5 @@ # Pull base image from official repo -FROM centos:centos7.5.1804 +FROM centos:centos7.7.1908 # Enable epel repo and Install all current updates RUN yum -q -y update \