From 46345b9ddba21060226282bd5a8cbe76f6cbecc7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Oct 2025 22:08:02 +0000 Subject: [PATCH] Bump php from 8.4.13-cli-alpine to 8.5.0RC3-cli-alpine Bumps php from 8.4.13-cli-alpine to 8.5.0RC3-cli-alpine. --- updated-dependencies: - dependency-name: php dependency-version: 8.5.0RC3-cli-alpine dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 59523fa..43fb519 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4.13-cli-alpine +FROM php:8.5.0RC3-cli-alpine # This was the latest version at the time of the initial release of this image. # To find out the latest version, please check the versions.json file.