From 78a42f9bb2d6777d3e6c349670ce9b83427f6a92 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Feb 2022 04:17:21 +0000 Subject: [PATCH] Bump php from 7.3-apache to 8.1.3-apache Bumps php from 7.3-apache to 8.1.3-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 78c5910..a1f1741 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ COPY ./ /installing RUN composer install --no-dev --no-progress -FROM php:7.3-apache +FROM php:8.1.3-apache LABEL org.opencontainers.image.source="https://github.com/wbstack/cradle"