Skip to content

Commit 52d1b3a

Browse files
authored
Merge pull request #70 from elecena/dependabot/docker/php-8.5.4-cli-alpine
Bump php from 8.5.3-cli-alpine to 8.5.4-cli-alpine
2 parents 8366263 + 357fc7a commit 52d1b3a

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ RUN /usr/bin/composer -v
88
# PHP
99
#
1010
# https://hub.docker.com/_/php
11-
FROM php:8.5.3-cli-alpine AS php
11+
FROM php:8.5.4-cli-alpine AS php
1212

1313
# check what's already installed
1414
RUN php -v; php -m

README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Python and PHP under the same roof (in **under 50 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.3-8.5.3
9+
docker pull ghcr.io/elecena/python-php:3.14.3-8.5.4
1010
```
1111

1212
```
1313
$ docker images | head
14-
IMAGE ID DISK USAGE CONTENT SIZE EXTRA
15-
elecena/python-php:latest 6953c988e748 185MB 48.2MB
14+
REPOSITORY TAG IMAGE ID CREATED SIZE
15+
elecena/python-php latest 6ab164da5515 1 second ago 126MB
1616
```
1717

1818
## Installed software
@@ -24,13 +24,13 @@ Python 3.14.3
2424
virtualenv 20.37.0 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
2525
2626
### PHP
27-
PHP 8.5.3 (cli) (built: Feb 13 2026 18:34:10) (NTS)
27+
PHP 8.5.4 (cli) (built: Mar 12 2026 23:30:09) (NTS)
2828
Copyright (c) The PHP Group
2929
Built by https://github.com/docker-library/php
30-
Zend Engine v4.5.3, Copyright (c) Zend Technologies
31-
with Zend OPcache v8.5.3, Copyright (c), by Zend Technologies
30+
Zend Engine v4.5.4, Copyright (c) Zend Technologies
31+
with Zend OPcache v8.5.4, Copyright (c), by Zend Technologies
3232
Composer version 2.9.5 2026-01-29 11:40:53
33-
PHP version 8.5.3 (/usr/bin/php)
33+
PHP version 8.5.4 (/usr/bin/php)
3434
Run the "diagnose" command to get more detailed diagnostics output.
3535
[PHP Modules]
3636
bz2

0 commit comments

Comments
 (0)