From e4470c5f03d2bd684a50f22c17aaf2f6258c7b64 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Dec 2025 18:14:05 +0000 Subject: [PATCH] Bump php in /images/8.2-apache Bumps php from 8.2-apache-bookworm to 8.5-apache-bookworm. --- updated-dependencies: - dependency-name: php dependency-version: 8.5-apache-bookworm dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- images/8.2-apache/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/images/8.2-apache/Dockerfile b/images/8.2-apache/Dockerfile index 6f7ae4a..93e44c2 100644 --- a/images/8.2-apache/Dockerfile +++ b/images/8.2-apache/Dockerfile @@ -1,6 +1,6 @@ # docker build -t devwithlando/php:8.2-apache-6 . -FROM php:8.2-apache-bookworm +FROM php:8.5-apache-bookworm ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/