From b7b69914f3a9367726a514dcadf0fb723178c043 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 11:04:12 +0000 Subject: [PATCH] chore(deps): bump php from 7.4-apache to 8.3-apache Bumps php from 7.4-apache to 8.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 8ae50792..b4e87b6a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ WORKDIR /tmp/src2 RUN composer install --no-dev --no-progress --optimize-autoloader --ignore-platform-req=ext-pcntl -FROM php:8.2-apache +FROM php:8.3-apache RUN apt-get update \ # Needed for the imagick php extension install