Skip to content

Commit fe4dc70

Browse files
authored
Update README.md
1 parent f1057bb commit fe4dc70

File tree

1 file changed

+9
-12
lines changed

1 file changed

+9
-12
lines changed

README.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ 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.11.2-8.2.3:v2
9+
docker pull ghcr.io/elecena/python-php:3.12.2-8.2.16
1010
```
1111

1212
```
1313
$ docker images | head
14-
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php latest ff36428b8c54 2 seconds ago 123MB
14+
REPOSITORY TAG IMAGE ID CREATED SIZE
15+
elecena/python-php latest f36a573282ee 1 second ago 122MB
1616
```
1717

1818
## Installed software
@@ -21,15 +21,14 @@ elecena/python-php latest ff36428b8c54 2 seconds ago 123MB
2121
$ docker run -it elecena/python-php sh info.sh
2222
2323
### Python
24-
Python 3.11.2
25-
virtualenv 20.21.0 from /usr/local/lib/python3.11/site-packages/virtualenv/__init__.py
26-
24+
Python 3.12.2
25+
virtualenv 20.25.1 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
2726
### PHP
28-
PHP 8.2.3 (cli) (built: Feb 14 2023 20:48:45) (NTS)
27+
PHP 8.2.16 (cli) (built: Feb 16 2024 22:19:12) (NTS)
2928
Copyright (c) The PHP Group
30-
Zend Engine v4.2.3, Copyright (c) Zend Technologies
31-
with Zend OPcache v8.2.3, Copyright (c), by Zend Technologies
32-
Composer version 2.5.4 2023-02-15 13:10:06
29+
Zend Engine v4.2.16, Copyright (c) Zend Technologies
30+
with Zend OPcache v8.2.16, Copyright (c), by Zend Technologies
31+
Composer version 2.7.1 2024-02-09 15:26:28
3332
[PHP Modules]
3433
bz2
3534
calendar
@@ -41,7 +40,6 @@ dom
4140
exif
4241
fileinfo
4342
filter
44-
ftp
4543
hash
4644
iconv
4745
json
@@ -77,7 +75,6 @@ xsl
7775
yaml
7876
Zend OPcache
7977
zlib
80-
8178
[Zend Modules]
8279
Zend OPcache
8380
```

0 commit comments

Comments
 (0)