File tree Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Expand file tree Collapse file tree 2 files changed +10
-8
lines changed Original file line number Diff line number Diff line change 1
- # elecena.pl (c) 2015-2023
1
+ # elecena.pl (c) 2015-2024
2
2
3
3
# https://hub.docker.com/_/php
4
- ARG PHP_VERSION=8.2.16
4
+ ARG PHP_VERSION=8.3.3
5
5
6
6
# https://hub.docker.com/_/python/
7
7
ARG PYTHON_VERSION=3.12.2
Original file line number Diff line number Diff line change @@ -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.2.16
9
+ docker pull ghcr.io/elecena/python-php:3.12.2-8.3.3
10
10
```
11
11
12
12
```
13
13
$ docker images | head
14
- REPOSITORY TAG IMAGE ID CREATED SIZE
15
- elecena/python-php latest f36a573282ee 1 second ago 122MB
14
+ REPOSITORY TAG IMAGE ID CREATED SIZE
15
+ elecena/python-php latest 9a09488cc01a 2 seconds ago 124MB
16
16
```
17
17
18
18
## Installed software
@@ -23,11 +23,12 @@ $ docker run -it elecena/python-php sh info.sh
23
23
### Python
24
24
Python 3.12.2
25
25
virtualenv 20.25.1 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
26
+
26
27
### PHP
27
- PHP 8.2.16 (cli) (built: Feb 16 2024 22:19:12 ) (NTS)
28
+ PHP 8.3.3 (cli) (built: Feb 16 2024 21:25:21 ) (NTS)
28
29
Copyright (c) The PHP Group
29
- Zend Engine v4.2.16 , Copyright (c) Zend Technologies
30
- with Zend OPcache v8.2.16 , Copyright (c), by Zend Technologies
30
+ Zend Engine v4.3.3 , Copyright (c) Zend Technologies
31
+ with Zend OPcache v8.3.3 , Copyright (c), by Zend Technologies
31
32
Composer version 2.7.1 2024-02-09 15:26:28
32
33
[PHP Modules]
33
34
bz2
75
76
yaml
76
77
Zend OPcache
77
78
zlib
79
+
78
80
[Zend Modules]
79
81
Zend OPcache
80
82
```
You can’t perform that action at this time.
0 commit comments