File tree Expand file tree Collapse file tree 2 files changed +11
-11
lines changed
Expand file tree Collapse file tree 2 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 11# elecena.pl (c) 2015-2022
22
33# https://hub.docker.com/_/php
4- ARG PHP_VERSION=8.1.4
4+ ARG PHP_VERSION=8.1.12
55
66# https://hub.docker.com/_/python/
7- ARG PYTHON_VERSION=3.10.4
7+ ARG PYTHON_VERSION=3.10.8
88
99# https://hub.docker.com/_/composer
10- ARG COMPOSER_VERSION=2.3.5
10+ ARG COMPOSER_VERSION=2.3.10
1111
1212FROM composer:$COMPOSER_VERSION AS php-composer
1313RUN /usr/bin/composer -v
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ docker pull ghcr.io/elecena/python-php:3.10.4-8.1.4
1111
1212```
1313$ docker images | head
14- REPOSITORY TAG IMAGE ID CREATED SIZE
15- elecena/python-php 3.10.4-8.1.4 1939a4e57818 1 second ago 113MB
14+ REPOSITORY TAG IMAGE ID CREATED SIZE
15+ elecena/python-php latest 1b1c0d911178 1 second ago 114MB
1616```
1717
1818## Installed software
@@ -21,15 +21,15 @@ elecena/python-php 3.10.4-8.1.4 1939a4e57818 1 second ago 113MB
2121$ docker run -it elecena/python-php sh info.sh
2222
2323### Python
24- Python 3.10.4
25- virtualenv 20.14.1 from /usr/local/lib/python3.10/site-packages/virtualenv/__init__.py
24+ Python 3.10.8
25+ virtualenv 20.16.7 from /usr/local/lib/python3.10/site-packages/virtualenv/__init__.py
2626
2727### PHP
28- PHP 8.1.4 (cli) (built: Apr 5 2022 01:28:22 ) (NTS)
28+ PHP 8.1.12 (cli) (built: Nov 12 2022 08:52:37 ) (NTS)
2929Copyright (c) The PHP Group
30- Zend Engine v4.1.4 , Copyright (c) Zend Technologies
31- with Zend OPcache v8.1.4 , Copyright (c), by Zend Technologies
32- Composer version 2.3.5 2022-04 -13 16:43:00
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
3333[PHP Modules]
3434bz2
3535calendar
You can’t perform that action at this time.
0 commit comments