From d49ffcba8d43d26a3f6bd4dfc28d3d3471d2e760 Mon Sep 17 00:00:00 2001
From: snyk-bot <snyk-bot@snyk.io>
Date: Thu, 26 Oct 2023 19:43:51 +0000
Subject: [PATCH] fix: Dockerfile to reduce vulnerabilities

The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-DEBIAN10-APACHE2-1585740
- https://snyk.io/vuln/SNYK-DEBIAN10-APACHE2-1585740
- https://snyk.io/vuln/SNYK-DEBIAN10-APACHE2-1585740
- https://snyk.io/vuln/SNYK-DEBIAN10-APACHE2-1585740
- https://snyk.io/vuln/SNYK-DEBIAN10-NGHTTP2-5953390
---
 Dockerfile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile
index ff51de490..ac944bfc5 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,4 +1,4 @@
-FROM php:7.2-apache
+FROM php:7.4.21-apache
 RUN apt-get update && apt-get -y install apt-utils nano libyaml-dev
 RUN docker-php-ext-install gettext
 RUN pecl channel-update pecl.php.net && pecl install yaml-2.0.0 && docker-php-ext-enable yaml