From 442ed1d493f4e527684345e12cac84ec962bee2b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Mar 2021 07:31:21 +0000 Subject: [PATCH] fix: bump php from 7.4.12-apache to 8.0.3-apache Bumps php from 7.4.12-apache to 8.0.3-apache. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb86d34..a458504 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.3-apache AS prod RUN (curl -sL https://deb.nodesource.com/setup_14.x | bash) \ && apt-get update \