From b3c58b66d02d884df5bb78e4b0f79a5f7c5485d6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 19:25:04 +0000 Subject: [PATCH 1/2] Bump php from 8.5.4-cli-alpine to 8.5.5-cli-alpine Bumps php from 8.5.4-cli-alpine to 8.5.5-cli-alpine. --- updated-dependencies: - dependency-name: php dependency-version: 8.5.5-cli-alpine dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 177ead2..b82ac6e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN /usr/bin/composer -v # PHP # # https://hub.docker.com/_/php -FROM php:8.5.4-cli-alpine AS php +FROM php:8.5.5-cli-alpine AS php # check what's already installed RUN php -v; php -m From 1132a18758eba8f0fa7c55d45333e13797ba8481 Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Sat, 11 Apr 2026 20:41:51 +0100 Subject: [PATCH 2/2] Update PHP and virtualenv versions in README Updated PHP and virtualenv versions in README. --- README.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 5d6738c..ae75dc5 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Python and PHP under the same roof (in **under 50 MB Docker image**). https://github.com/elecena/python-php/pkgs/container/python-php ``` -docker pull ghcr.io/elecena/python-php:3.14.3-8.5.4 +docker pull ghcr.io/elecena/python-php:3.14.3-8.5.5 ``` ``` $ docker images | head REPOSITORY TAG IMAGE ID CREATED SIZE -elecena/python-php latest 6ab164da5515 1 second ago 126MB +elecena/python-php latest 66e393f32d83 1 second ago 126MB ``` ## Installed software @@ -21,16 +21,16 @@ elecena/python-php latest 6ab164da5515 1 second a $ docker run -it elecena/python-php sh info.sh ### Python Python 3.14.3 -virtualenv 20.37.0 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py +virtualenv 21.2.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py ### PHP -PHP 8.5.4 (cli) (built: Mar 12 2026 23:30:09) (NTS) +PHP 8.5.5 (cli) (built: Apr 9 2026 22:14:10) (NTS) Copyright (c) The PHP Group Built by https://github.com/docker-library/php -Zend Engine v4.5.4, Copyright (c) Zend Technologies - with Zend OPcache v8.5.4, Copyright (c), by Zend Technologies +Zend Engine v4.5.5, Copyright (c) Zend Technologies + with Zend OPcache v8.5.5, Copyright (c), by Zend Technologies Composer version 2.9.5 2026-01-29 11:40:53 -PHP version 8.5.4 (/usr/bin/php) +PHP version 8.5.5 (/usr/bin/php) Run the "diagnose" command to get more detailed diagnostics output. [PHP Modules] bz2