From 990794c6a6cd0b7885d8af7c24c4373faed17d37 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 May 2021 07:34:49 +0000 Subject: [PATCH] fix: 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 bb86d34..0ec1917 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.6-apache AS prod RUN (curl -sL https://deb.nodesource.com/setup_14.x | bash) \ && apt-get update \