From c94dbaabcf36be6ca0a53da78b992a5a901206ca Mon Sep 17 00:00:00 2001 From: Bogdanj22 <58470397+Bogdanj22@users.noreply.github.com> Date: Wed, 8 May 2024 20:13:24 +0200 Subject: [PATCH 1/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d0199f3..3e10699 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ CMD ["/usr/sbin/httpd", "-D", "FOREGROUND"] EXPOSE 80 -# FROM centos:latest +# FROM centos:8 # MAINTAINER vikashashoke@gmail.com # RUN yum install -y httpd \ # zip\ From f85078f9e0f89af84a16b297f5a4ab5450a88129 Mon Sep 17 00:00:00 2001 From: Bogdanj22 <58470397+Bogdanj22@users.noreply.github.com> Date: Wed, 8 May 2024 20:20:05 +0200 Subject: [PATCH 2/2] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3e10699..2dd5d64 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM centos:latest +FROM centos:8 MAINTAINER vikashashoke@gmail.com RUN yum install -y httpd \ zip\