Skip to content

Commit 313adab

Browse files
authored
Merge branch 'master' into php/8.5.0-beta2
2 parents d181444 + 3f060ec commit 313adab

File tree

3 files changed

+16
-14
lines changed

3 files changed

+16
-14
lines changed

.github/dependabot.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,9 @@ updates:
77
- package-ecosystem: "github-actions"
88
directory: "/"
99
schedule:
10-
# Check for updates to GitHub Actions every weekday
10+
interval: "daily"
11+
12+
- package-ecosystem: "docker"
13+
directory: "/"
14+
schedule:
1115
interval: "daily"

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
ARG PHP_VERSION=8.5.0RC3
55

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

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

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

README.md

Lines changed: 9 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ 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.13.5-8.4.10
9+
docker pull ghcr.io/elecena/python-php:3.14.0-8.4.13
1010
```
1111

1212
```
1313
$ docker images | head
1414
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php latest 987175347e2d 1 second ago 122MB
15+
elecena/python-php latest adfd7d133180 1 second ago 117MB
1616
```
1717

1818
## Installed software
@@ -21,17 +21,16 @@ elecena/python-php latest 987175347e2d 1 second ago 122MB
2121
$ docker run -it elecena/python-php sh info.sh
2222
2323
### Python
24-
Python 3.13.5
25-
virtualenv 20.31.2 from /usr/local/lib/python3.13/site-packages/virtualenv/__init__.py
26-
24+
Python 3.14.0
25+
virtualenv 20.35.3 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
2726
### PHP
28-
PHP 8.4.10 (cli) (built: Jul 3 2025 23:01:37) (NTS)
27+
PHP 8.4.13 (cli) (built: Oct 8 2025 22:45:03) (NTS)
2928
Copyright (c) The PHP Group
3029
Built by https://github.com/docker-library/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)
30+
Zend Engine v4.4.13, Copyright (c) Zend Technologies
31+
with Zend OPcache v8.4.13, Copyright (c), by Zend Technologies
32+
Composer version 2.8.12 2025-09-19 13:41:59
33+
PHP version 8.4.13 (/usr/bin/php)
3534
Run the "diagnose" command to get more detailed diagnostics output.
3635
[PHP Modules]
3736
bz2
@@ -79,7 +78,6 @@ xsl
7978
yaml
8079
Zend OPcache
8180
zlib
82-
8381
[Zend Modules]
8482
Zend OPcache
8583
```

0 commit comments

Comments
 (0)