From 60602e61db9ab142d7a1e0d892a9826b53e1ddde Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Apr 2022 22:09:51 +0000 Subject: [PATCH] Bump php from 7.2-apache to 8.1.5-apache Bumps php from 7.2-apache to 8.1.5-apache. --- updated-dependencies: - dependency-name: php dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9c962bd..297b5e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY ./ /installing RUN composer install --no-dev --no-progress && rm -rf vendor/wbstack/magnustools -FROM php:7.2-apache +FROM php:8.1.5-apache LABEL org.opencontainers.image.source="https://github.com/wbstack/quickstatements"