File tree Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Expand file tree Collapse file tree 2 files changed +15
-13
lines changed Original file line number Diff line number Diff line change 1
- # elecena.pl (c) 2015-2022
1
+ # elecena.pl (c) 2015-2023
2
2
3
3
# https://hub.docker.com/_/php
4
- ARG PHP_VERSION=8.1.12
4
+ ARG PHP_VERSION=8.2.3
5
5
6
6
# https://hub.docker.com/_/python/
7
- ARG PYTHON_VERSION=3.10.8
7
+ ARG PYTHON_VERSION=3.11.2
8
8
9
9
# https://hub.docker.com/_/composer
10
- ARG COMPOSER_VERSION=2.3.10
10
+ ARG COMPOSER_VERSION=2.5.4
11
11
12
12
FROM composer:$COMPOSER_VERSION AS php-composer
13
13
RUN /usr/bin/composer -v
@@ -20,7 +20,8 @@ RUN apk add \
20
20
bzip2-dev \
21
21
libsodium-dev \
22
22
libxml2-dev \
23
- libxslt-dev
23
+ libxslt-dev \
24
+ linux-headers
24
25
25
26
# fixes "sockets" compilation issues
26
27
# sendrecvmsg.c:128:19: error: invalid application of 'sizeof' to incomplete type 'struct cmsgcred'
Original file line number Diff line number Diff line change @@ -6,13 +6,13 @@ Python and PHP under the same roof (in **around 100 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.10.4 -8.1.4
9
+ docker pull ghcr.io/elecena/python-php:3.11.2 -8.2.3
10
10
```
11
11
12
12
```
13
13
$ docker images | head
14
14
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
16
16
```
17
17
18
18
## Installed software
@@ -21,15 +21,15 @@ elecena/python-php latest 1b1c0d911178 1 second ago 114MB
21
21
$ docker run -it elecena/python-php sh info.sh
22
22
23
23
### 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
26
26
27
27
### 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)
29
29
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
33
33
[PHP Modules]
34
34
bz2
35
35
calendar
55
55
pdo_sqlite
56
56
Phar
57
57
posix
58
+ random
58
59
readline
59
60
Reflection
60
61
session
You can’t perform that action at this time.
0 commit comments