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 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