@@ -6,13 +6,13 @@ Python and PHP under the same roof (in **under 125 MB Docker image**).
6
6
https://github.com/elecena/python-php/pkgs/container/python-php
7
7
8
8
```
9
- docker pull ghcr.io/elecena/python-php:3.12.2 -8.3.3
9
+ docker pull ghcr.io/elecena/python-php:3.12.6 -8.3.11
10
10
```
11
11
12
12
```
13
13
$ docker images | head
14
14
REPOSITORY TAG IMAGE ID CREATED SIZE
15
- elecena/python-php latest 9a09488cc01a 2 seconds ago 124MB
15
+ elecena/python-php latest cc8673ddac56 1 second ago 122MB
16
16
```
17
17
18
18
## Installed software
@@ -21,15 +21,17 @@ elecena/python-php latest 9a09488cc01a 2 seconds ago 124MB
21
21
$ docker run -it elecena/python-php sh info.sh
22
22
23
23
### Python
24
- Python 3.12.2
25
- virtualenv 20.25.1 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
24
+ Python 3.12.6
25
+ virtualenv 20.26.4 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
26
26
27
27
### PHP
28
- PHP 8.3.3 (cli) (built: Feb 16 2024 21:25:21 ) (NTS)
28
+ PHP 8.3.11 (cli) (built: Sep 7 2024 01:00:59 ) (NTS)
29
29
Copyright (c) The PHP Group
30
- Zend Engine v4.3.3, Copyright (c) Zend Technologies
31
- with Zend OPcache v8.3.3, Copyright (c), by Zend Technologies
32
- Composer version 2.7.1 2024-02-09 15:26:28
30
+ Zend Engine v4.3.11, Copyright (c) Zend Technologies
31
+ with Zend OPcache v8.3.11, Copyright (c), by Zend Technologies
32
+ Composer version 2.7.9 2024-09-04 14:43:28
33
+ PHP version 8.3.11 (/usr/bin/php)
34
+ Run the "diagnose" command to get more detailed diagnostics output.
33
35
[PHP Modules]
34
36
bz2
35
37
calendar
0 commit comments