From b91c8542915c8eb11288730b5c2617956c2d5e25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 17 Jun 2026 19:23:31 +0000 Subject: [PATCH 1/2] Bump python from 3.14.5-alpine to 3.14.6-alpine Bumps python from 3.14.5-alpine to 3.14.6-alpine. --- updated-dependencies: - dependency-name: python dependency-version: 3.14.6-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 4a18b15..f51f79d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -54,7 +54,7 @@ RUN which php; php -v; php -m; php -i | grep ini # Python # # https://hub.docker.com/_/python/ -FROM python:3.14.5-alpine +FROM python:3.14.6-alpine RUN pip install virtualenv && rm -rf /root/.cache RUN python -V From 18d12ae5075115da35ee0900595596607a53b96e Mon Sep 17 00:00:00 2001 From: Maciej Brencz Date: Fri, 3 Jul 2026 09:15:51 +0100 Subject: [PATCH 2/2] Update README.md --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 144def9..5e4ff4a 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ 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.5-8.5.7 +docker pull ghcr.io/elecena/python-php:3.14.6-8.5.7 ``` ``` $ docker images | head REPOSITORY TAG IMAGE ID CREATED SIZE -elecena/python-php latest d4b395e53c14 1 second ago 138MB +elecena/python-php latest b62e5cc7e948 1 second ago 125MB ``` ## Installed software @@ -20,11 +20,11 @@ elecena/python-php latest d4b395e53c14 1 second a ``` $ docker run -it elecena/python-php sh info.sh ### Python -Python 3.14.5 -virtualenv 21.4.2 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py +Python 3.14.6 +virtualenv 21.5.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py ### PHP -PHP 8.5.7 (cli) (built: Jun 10 2026 20:55:34) (NTS) +PHP 8.5.7 (cli) (built: Jun 16 2026 00:17:14) (NTS) Copyright (c) The PHP Group Built by https://github.com/docker-library/php Zend Engine v4.5.7, Copyright (c) Zend Technologies