From 57db05ea7a897d0e0b131c70be054c28f3fd3e3b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 11 Jun 2026 12:53:08 +0000 Subject: [PATCH 1/2] Bump php from 8.5.6-cli-alpine to 8.5.7-cli-alpine Bumps php from 8.5.6-cli-alpine to 8.5.7-cli-alpine. --- updated-dependencies: - dependency-name: php dependency-version: 8.5.7-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 9d392bd..4a18b15 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ RUN /usr/bin/composer -v # PHP # # https://hub.docker.com/_/php -FROM php:8.5.6-cli-alpine AS php +FROM php:8.5.7-cli-alpine AS php # check what's already installed RUN php -v; php -m From 14765b6ef9d25de55f4f298b0d05d9344c957a9b Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Thu, 11 Jun 2026 14:06:05 +0100 Subject: [PATCH 2/2] Update README with new Python and PHP versions Updated Python and PHP versions in README. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index ae75dc5..144def9 100644 --- a/README.md +++ b/README.md @@ -1,18 +1,18 @@ python-php ========== -Python and PHP under the same roof (in **under 50 MB Docker image**). +Python and PHP under the same roof. https://github.com/elecena/python-php/pkgs/container/python-php ``` -docker pull ghcr.io/elecena/python-php:3.14.3-8.5.5 +docker pull ghcr.io/elecena/python-php:3.14.5-8.5.7 ``` ``` $ docker images | head REPOSITORY TAG IMAGE ID CREATED SIZE -elecena/python-php latest 66e393f32d83 1 second ago 126MB +elecena/python-php latest d4b395e53c14 1 second ago 138MB ``` ## Installed software @@ -20,17 +20,17 @@ elecena/python-php latest 66e393f32d83 1 second a ``` $ docker run -it elecena/python-php sh info.sh ### Python -Python 3.14.3 -virtualenv 21.2.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py +Python 3.14.5 +virtualenv 21.4.2 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py ### PHP -PHP 8.5.5 (cli) (built: Apr 9 2026 22:14:10) (NTS) +PHP 8.5.7 (cli) (built: Jun 10 2026 20:55:34) (NTS) Copyright (c) The PHP Group Built by https://github.com/docker-library/php -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.5 (/usr/bin/php) +Zend Engine v4.5.7, Copyright (c) Zend Technologies + with Zend OPcache v8.5.7, Copyright (c), by Zend Technologies +Composer version 2.10.1 2026-06-04 10:25:59 +PHP version 8.5.7 (/usr/bin/php) Run the "diagnose" command to get more detailed diagnostics output. [PHP Modules] bz2