From d3ab5658231f2b3af428d7439b873352d9f580f4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Dec 2020 06:48:55 +0000 Subject: [PATCH] fix: bump php from 7.4.12-apache to 8.0.0-apache Bumps php from 7.4.12-apache to 8.0.0-apache. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb86d34..871409c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM composer:2.0.4 as composer ######################################## -FROM php:7.4.12-apache AS prod +FROM php:8.0.0-apache AS prod RUN (curl -sL https://deb.nodesource.com/setup_14.x | bash) \ && apt-get update \