From 475f9654e132a6e980792c49cc30e7b7b4950d69 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 06:04:39 +0000 Subject: [PATCH] fix: bump php from 7.4.12-apache to 8.0.5-apache Bumps php from 7.4.12-apache to 8.0.5-apache. Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bb86d34..374e7c9 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.5-apache AS prod RUN (curl -sL https://deb.nodesource.com/setup_14.x | bash) \ && apt-get update \