From 3962497d74b2e7a7d4afe2c501d1290659dd6bb4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 14 May 2021 12:48:58 +0000 Subject: [PATCH] Bump php from 7.2-apache to 8.0.6-apache Bumps php from 7.2-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 5896b7e..e08553a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY ./ /installing RUN composer install --no-dev --no-progress --no-autoloader && rm -rf vendor -FROM php:7.2-apache +FROM php:8.0.6-apache LABEL org.opencontainers.image.source="https://github.com/wbstack/widar"