Skip to content

Commit 69aef8c

Browse files
authored
Merge pull request #85 from elecena/dependabot/docker/composer-2.10.2
Bump composer from 2.10.1 to 2.10.2
2 parents 4e65895 + 6fe637e commit 69aef8c

2 files changed

Lines changed: 10 additions & 9 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# elecena.pl (c) 2015-2026
22

33
# https://hub.docker.com/_/composer
4-
FROM composer:2.10.1 AS php-composer
4+
FROM composer:2.10.2 AS php-composer
55
RUN /usr/bin/composer -v
66

77
#

README.md

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Python and PHP under the same roof.
66
https://github.com/elecena/python-php/pkgs/container/python-php
77

88
```
9-
docker pull ghcr.io/elecena/python-php:3.14.6-8.5.7
9+
docker pull ghcr.io/elecena/python-php:3.14.6-8.5.8
1010
```
1111

1212
```
1313
$ docker images | head
1414
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php latest b62e5cc7e948 1 second ago 125MB
15+
elecena/python-php latest 53c7962d415c 1 second ago 127MB
1616
```
1717

1818
## Installed software
@@ -21,16 +21,17 @@ elecena/python-php latest b62e5cc7e948 1 second a
2121
$ docker run -it elecena/python-php sh info.sh
2222
### Python
2323
Python 3.14.6
24-
virtualenv 21.5.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
24+
virtualenv 21.6.1 from /usr/local/lib/python3.14/site-
25+
packages/virtualenv/__init__.py
2526
2627
### PHP
27-
PHP 8.5.7 (cli) (built: Jun 16 2026 00:17:14) (NTS)
28+
PHP 8.5.8 (cli) (built: Jul 6 2026 16:50:20) (NTS)
2829
Copyright (c) The PHP Group
2930
Built by https://github.com/docker-library/php
30-
Zend Engine v4.5.7, Copyright (c) Zend Technologies
31-
with Zend OPcache v8.5.7, Copyright (c), by Zend Technologies
32-
Composer version 2.10.1 2026-06-04 10:25:59
33-
PHP version 8.5.7 (/usr/bin/php)
31+
Zend Engine v4.5.8, Copyright (c) Zend Technologies
32+
with Zend OPcache v8.5.8, Copyright (c), by Zend Technologies
33+
Composer version 2.10.2 2026-07-01 11:24:45
34+
PHP version 8.5.8 (/usr/bin/php)
3435
Run the "diagnose" command to get more detailed diagnostics output.
3536
[PHP Modules]
3637
bz2

0 commit comments

Comments
 (0)