Skip to content

Commit 762a1b3

Browse files
authored
Update README.md
1 parent 33827f7 commit 762a1b3

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 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.9.7-8.0.11
9+
docker pull ghcr.io/elecena/python-php:3.10.1-8.1.0
1010
```
1111

1212
```
1313
$ docker images | head
1414
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php latest 045f5c3d35f3 3 seconds ago 102MB
15+
elecena/python-php latest 4eb6703d62df 2 seconds ago 105MB
1616
```
1717

1818
## Installed software
@@ -21,15 +21,15 @@ elecena/python-php latest 045f5c3d35f3 3 seconds ago 102MB
2121
$ docker run -it elecena/python-php sh info.sh
2222
2323
### Python
24-
Python 3.9.7
25-
virtualenv 20.7.2 from /usr/local/lib/python3.9/site-packages/virtualenv/__init__.py
24+
Python 3.10.1
25+
virtualenv 20.10.0 from /usr/local/lib/python3.10/site-packages/virtualenv/__init__.py
2626
2727
### PHP
28-
PHP 8.0.11 (cli) (built: Sep 23 2021 20:15:09) ( NTS )
28+
PHP 8.1.0 (cli) (built: Nov 30 2021 07:15:23) (NTS)
2929
Copyright (c) The PHP Group
30-
Zend Engine v4.0.11, Copyright (c) Zend Technologies
31-
with Zend OPcache v8.0.11, Copyright (c), by Zend Technologies
32-
Composer version 2.1.9 2021-10-05 09:47:38
30+
Zend Engine v4.1.0, Copyright (c) Zend Technologies
31+
with Zend OPcache v8.1.0, Copyright (c), by Zend Technologies
32+
Composer version 2.1.14 2021-11-30 10:51:43
3333
[PHP Modules]
3434
bz2
3535
calendar

0 commit comments

Comments
 (0)