File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 1
1
# elecena.pl (c) 2015-2021
2
2
3
3
# https://hub.docker.com/_/php
4
- ARG PHP_VERSION=8.0.11
4
+ ARG PHP_VERSION=8.1.0
5
5
6
6
# https://hub.docker.com/_/python/
7
- ARG PYTHON_VERSION=3.9.7
7
+ ARG PYTHON_VERSION=3.10.1
8
8
9
9
# https://hub.docker.com/_/composer
10
10
FROM composer:2 AS php-composer
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.9.7 -8.0.11
9
+ docker pull ghcr.io/elecena/python-php:3.10.1 -8.1.0
10
10
```
11
11
12
12
```
13
13
$ docker images | head
14
14
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
16
16
```
17
17
18
18
## Installed software
@@ -21,15 +21,15 @@ elecena/python-php latest 045f5c3d35f3 3 seconds ago 102MB
21
21
$ docker run -it elecena/python-php sh info.sh
22
22
23
23
### 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
26
26
27
27
### 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)
29
29
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
33
33
[PHP Modules]
34
34
bz2
35
35
calendar
You can’t perform that action at this time.
0 commit comments