From 2301ede86b9a11afc8c1923fc0e46633a28dc49c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 21:05:22 +0000 Subject: [PATCH] chore(deps): bump php from 8.2-apache to 8.4.12-apache Bumps php from 8.2-apache to 8.4.12-apache. --- updated-dependencies: - dependency-name: php dependency-version: 8.4.12-apache 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 5b63a1b48..5c913dc07 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.12-apache RUN apt-get update \ # Needed for the imagick php extension install