Skip to content

Commit d3a51fd

Browse files
authored
Update README.md
1 parent 1f83334 commit d3a51fd

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Python and PHP under the same roof (in **around 100 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.10.4-8.1.4
9+
docker pull ghcr.io/elecena/python-php:3.11.2-8.2.3
1010
```
1111

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

1818
## Installed software
@@ -21,15 +21,15 @@ elecena/python-php latest 1b1c0d911178 1 second ago 114MB
2121
$ docker run -it elecena/python-php sh info.sh
2222
2323
### Python
24-
Python 3.10.8
25-
virtualenv 20.16.7 from /usr/local/lib/python3.10/site-packages/virtualenv/__init__.py
24+
Python 3.11.2
25+
virtualenv 20.20.0 from /usr/local/lib/python3.11/site-packages/virtualenv/__init__.py
2626
2727
### PHP
28-
PHP 8.1.12 (cli) (built: Nov 12 2022 08:52:37) (NTS)
28+
PHP 8.2.3 (cli) (built: Feb 14 2023 20:48:45) (NTS)
2929
Copyright (c) The PHP Group
30-
Zend Engine v4.1.12, Copyright (c) Zend Technologies
31-
with Zend OPcache v8.1.12, Copyright (c), by Zend Technologies
32-
Composer version 2.3.10 2022-07-13 15:48:23
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
3333
[PHP Modules]
3434
bz2
3535
calendar
@@ -55,6 +55,7 @@ PDO
5555
pdo_sqlite
5656
Phar
5757
posix
58+
random
5859
readline
5960
Reflection
6061
session

0 commit comments

Comments
 (0)