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-2025
22
33# https://hub.docker.com/_/php
4- ARG PHP_VERSION=8.4.5
4+ ARG PHP_VERSION=8.4.10
55
66# https://hub.docker.com/_/python/
7- ARG PYTHON_VERSION=3.13.2
7+ ARG PYTHON_VERSION=3.13.5
88
99# https://hub.docker.com/_/composer
10- ARG COMPOSER_VERSION=2.8.6
10+ ARG COMPOSER_VERSION=2.8.9
1111
1212FROM composer:$COMPOSER_VERSION AS php-composer
1313RUN /usr/bin/composer -v
Original file line number Diff line number Diff line change @@ -20,18 +20,18 @@ elecena/python-php latest 2493a5d6b254 1 second ago 117MB
2020```
2121$ docker run -it elecena/python-php sh info.sh
2222
23- ### Python
24- Python 3.13.2
25- virtualenv 20.30.0 from /usr/local/lib/python3.13/site-packages/virtualenv/__init__.py
23+ ### Python
24+ Python 3.13.5
25+ virtualenv 20.31.2 from /usr/local/lib/python3.13/site-packages/virtualenv/__init__.py
2626
2727### PHP
28- PHP 8.4.5 (cli) (built: Mar 14 2025 00:11:50 ) (NTS)
28+ PHP 8.4.10 (cli) (built: Jul 3 2025 23:01:37 ) (NTS)
2929Copyright (c) The PHP Group
3030Built by https://github.com/docker-library/php
31- Zend Engine v4.4.5 , Copyright (c) Zend Technologies
32- with Zend OPcache v8.4.5 , Copyright (c), by Zend Technologies
33- Composer version 2.8.6 2025-02-25 13:03:50
34- PHP version 8.4.5 (/usr/bin/php)
31+ Zend Engine v4.4.10 , Copyright (c) Zend Technologies
32+ with Zend OPcache v8.4.10 , Copyright (c), by Zend Technologies
33+ Composer version 2.8.9 2025-05-13 14:01:37
34+ PHP version 8.4.10 (/usr/bin/php)
3535Run the "diagnose" command to get more detailed diagnostics output.
3636[PHP Modules]
3737bz2
You can’t perform that action at this time.
0 commit comments