From b124e0f4b9e0c3fa12aa7e5b6110cccbd02c1bd6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Mar 2025 21:48:20 +0000 Subject: [PATCH] chore(deps): bump php from 8.2-apache to 8.4-apache Bumps php from 8.2-apache to 8.4-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 5b63a1b4..d3f59d6f 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.4-apache RUN apt-get update \ # Needed for the imagick php extension install