File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ RUN which php; php -v; php -m; php -i | grep ini
5454# Python
5555#
5656# https://hub.docker.com/_/python/
57- FROM python:3.14.5 -alpine
57+ FROM python:3.14.6 -alpine
5858
5959RUN pip install virtualenv && rm -rf /root/.cache
6060RUN python -V
Original file line number Diff line number Diff line change @@ -6,25 +6,25 @@ Python and PHP under the same roof.
66https://github.com/elecena/python-php/pkgs/container/python-php
77
88```
9- docker pull ghcr.io/elecena/python-php:3.14.5 -8.5.7
9+ docker pull ghcr.io/elecena/python-php:3.14.6 -8.5.7
1010```
1111
1212```
1313$ docker images | head
1414REPOSITORY TAG IMAGE ID CREATED SIZE
15- elecena/python-php latest d4b395e53c14 1 second ago 138MB
15+ elecena/python-php latest b62e5cc7e948 1 second ago 125MB
1616```
1717
1818## Installed software
1919
2020```
2121$ docker run -it elecena/python-php sh info.sh
2222### Python
23- Python 3.14.5
24- virtualenv 21.4.2 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
23+ Python 3.14.6
24+ virtualenv 21.5.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
2525
2626### PHP
27- PHP 8.5.7 (cli) (built: Jun 10 2026 20:55:34 ) (NTS)
27+ PHP 8.5.7 (cli) (built: Jun 16 2026 00:17:14 ) (NTS)
2828Copyright (c) The PHP Group
2929Built by https://github.com/docker-library/php
3030Zend Engine v4.5.7, Copyright (c) Zend Technologies
You can’t perform that action at this time.
0 commit comments