Skip to content

Commit 77cc329

Browse files
authored
Update README.md
1 parent dbcd50a commit 77cc329

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,31 @@ Python and PHP under the same roof (in **under 125 MB Docker image**).
66
https://github.com/elecena/python-php/pkgs/container/python-php
77

88
```
9-
docker pull ghcr.io/elecena/python-php:3.14.0-8.5.0
9+
docker pull ghcr.io/elecena/python-php:3.14.2-8.5.1
1010
```
1111

1212
```
1313
$ docker images | head
14-
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php latest 68072de0a9cd 1 second ago 124MB
14+
REPOSITORY TAG IMAGE ID CREATED SIZE
15+
elecena/python-php latest 9642b176dbb5 2 seconds 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.0
24-
virtualenv 20.35.3 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
23+
Python 3.14.2
24+
virtualenv 20.36.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
25+
2526
### PHP
26-
PHP 8.5.0 (cli) (built: Nov 20 2025 19:49:31) (NTS)
27+
PHP 8.5.1 (cli) (built: Jan 9 2026 22:35:18) (NTS)
2728
Copyright (c) The PHP Group
2829
Built by https://github.com/docker-library/php
29-
Zend Engine v4.5.0, Copyright (c) Zend Technologies
30-
with Zend OPcache v8.5.0, Copyright (c), by Zend Technologies
31-
Composer version 2.9.2 2025-11-19 21:57:25
32-
PHP version 8.5.0 (/usr/bin/php)
30+
Zend Engine v4.5.1, Copyright (c) Zend Technologies
31+
with Zend OPcache v8.5.1, Copyright (c), by Zend Technologies
32+
Composer version 2.9.3 2025-12-30 13:40:17
33+
PHP version 8.5.1 (/usr/bin/php)
3334
Run the "diagnose" command to get more detailed diagnostics output.
3435
[PHP Modules]
3536
bz2

0 commit comments

Comments
 (0)