From fc2ca9b791c7f1d7c43b5b1e42af6d800214cc7e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Feb 2026 22:33:34 +0000 Subject: [PATCH] Bump php from 8.4.13-cli-alpine to 8.5.3-cli-alpine Bumps php from 8.4.13-cli-alpine to 8.5.3-cli-alpine. --- updated-dependencies: - dependency-name: php dependency-version: 8.5.3-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..4372036 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM php:8.4.13-cli-alpine +FROM php:8.5.3-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.