Skip to content

Commit 8366263

Browse files
authored
Update README.md
1 parent 5bbb035 commit 8366263

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

README.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,36 +1,36 @@
11
python-php
22
==========
33

4-
Python and PHP under the same roof (in **under 125 MB Docker image**).
4+
Python and PHP under the same roof (in **under 50 MB Docker image**).
55

66
https://github.com/elecena/python-php/pkgs/container/python-php
77

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

1212
```
1313
$ docker images | head
14-
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php latest 9642b176dbb5 2 seconds ago 125MB
14+
IMAGE ID DISK USAGE CONTENT SIZE EXTRA
15+
elecena/python-php:latest 6953c988e748 185MB 48.2MB
1616
```
1717

1818
## Installed software
1919

2020
```
2121
$ docker run -it elecena/python-php sh info.sh
2222
### Python
23-
Python 3.14.2
24-
virtualenv 20.36.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
23+
Python 3.14.3
24+
virtualenv 20.37.0 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
2525
2626
### PHP
27-
PHP 8.5.1 (cli) (built: Jan 9 2026 22:35:18) (NTS)
27+
PHP 8.5.3 (cli) (built: Feb 13 2026 18:34:10) (NTS)
2828
Copyright (c) The PHP Group
2929
Built by https://github.com/docker-library/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)
30+
Zend Engine v4.5.3, Copyright (c) Zend Technologies
31+
with Zend OPcache v8.5.3, Copyright (c), by Zend Technologies
32+
Composer version 2.9.5 2026-01-29 11:40:53
33+
PHP version 8.5.3 (/usr/bin/php)
3434
Run the "diagnose" command to get more detailed diagnostics output.
3535
[PHP Modules]
3636
bz2

0 commit comments

Comments
 (0)