From 05a16e1405fb9138d2ce965a1cb3a7eb05cef3fb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 05:59:03 +0000 Subject: [PATCH] Bump php from 7.4.12-apache to 8.0.6-apache Bumps php from 7.4.12-apache to 8.0.6-apache. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1e044fc..0eb68bb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:7.4.12-apache +FROM php:8.0.6-apache COPY php.ini "$PHP_INI_DIR/php.ini" COPY apache2.conf /etc/apache2 COPY openssl.cnf /etc/ssl/openssl.cnf