From 6796de56bee57c2079457acba7a6d8f68e795537 Mon Sep 17 00:00:00 2001 From: STAM Date: Mon, 31 Jul 2023 14:16:06 +0300 Subject: [PATCH] php7.4 --- linux/ecosystem/apache2/php7.4/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/linux/ecosystem/apache2/php7.4/Dockerfile b/linux/ecosystem/apache2/php7.4/Dockerfile index d2d3ce25f..93e2121e2 100644 --- a/linux/ecosystem/apache2/php7.4/Dockerfile +++ b/linux/ecosystem/apache2/php7.4/Dockerfile @@ -1,4 +1,4 @@ -FROM epicmorg/php:latest +FROM epicmorg/php:php7.4 LABEL maintainer="EpicMorg DevTeam, developer@epicm.org" ARG DEBIAN_FRONTEND=noninteractive