Skip to content

Commit 5f290dc

Browse files
authored
Merge pull request #57 from elecena/php/8.4.10
Bump `PHP_VERSION` to 8.4.10
2 parents 403ef07 + b3130bf commit 5f290dc

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
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

1212
FROM composer:$COMPOSER_VERSION AS php-composer
1313
RUN /usr/bin/composer -v

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff 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)
2929
Copyright (c) The PHP Group
3030
Built 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)
3535
Run the "diagnose" command to get more detailed diagnostics output.
3636
[PHP Modules]
3737
bz2

0 commit comments

Comments
 (0)