Skip to content

Commit ef83487

Browse files
authored
Merge pull request #64 from elecena/php/8.5.1
Update versions in Dockerfile
2 parents fa5886b + 77cc329 commit ef83487

File tree

2 files changed

+15
-14
lines changed

2 files changed

+15
-14
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
# elecena.pl (c) 2015-2025
1+
# elecena.pl (c) 2015-2026
22

33
# https://hub.docker.com/_/php
4-
ARG PHP_VERSION=8.5.0
4+
ARG PHP_VERSION=8.5.1
55

66
# https://hub.docker.com/_/python/
7-
ARG PYTHON_VERSION=3.14.0
7+
ARG PYTHON_VERSION=3.14.2
88

99
# https://hub.docker.com/_/composer
10-
ARG COMPOSER_VERSION=2.9.2
10+
ARG COMPOSER_VERSION=2.9.3
1111

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

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,30 +6,31 @@ Python and PHP under the same roof (in **under 125 MB Docker image**).
66
https://github.com/elecena/python-php/pkgs/container/python-php
77

88
```
9-
docker pull ghcr.io/elecena/python-php:3.14.0-8.5.0
9+
docker pull ghcr.io/elecena/python-php:3.14.2-8.5.1
1010
```
1111

1212
```
1313
$ docker images | head
14-
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php latest 68072de0a9cd 1 second ago 124MB
14+
REPOSITORY TAG IMAGE ID CREATED SIZE
15+
elecena/python-php latest 9642b176dbb5 2 seconds ago 125MB
1616
```
1717

1818
## Installed software
1919

2020
```
2121
$ docker run -it elecena/python-php sh info.sh
2222
### Python
23-
Python 3.14.0
24-
virtualenv 20.35.3 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
23+
Python 3.14.2
24+
virtualenv 20.36.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
25+
2526
### PHP
26-
PHP 8.5.0 (cli) (built: Nov 20 2025 19:49:31) (NTS)
27+
PHP 8.5.1 (cli) (built: Jan 9 2026 22:35:18) (NTS)
2728
Copyright (c) The PHP Group
2829
Built by https://github.com/docker-library/php
29-
Zend Engine v4.5.0, Copyright (c) Zend Technologies
30-
with Zend OPcache v8.5.0, Copyright (c), by Zend Technologies
31-
Composer version 2.9.2 2025-11-19 21:57:25
32-
PHP version 8.5.0 (/usr/bin/php)
30+
Zend Engine v4.5.1, Copyright (c) Zend Technologies
31+
with Zend OPcache v8.5.1, Copyright (c), by Zend Technologies
32+
Composer version 2.9.3 2025-12-30 13:40:17
33+
PHP version 8.5.1 (/usr/bin/php)
3334
Run the "diagnose" command to get more detailed diagnostics output.
3435
[PHP Modules]
3536
bz2

0 commit comments

Comments
 (0)