Skip to content

Commit 6df4321

Browse files
authored
Merge pull request #60 from elecena/python/3.14
Use Python 3.14
2 parents 825bddb + 03f737e commit 6df4321

File tree

2 files changed

+12
-14
lines changed

2 files changed

+12
-14
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.10
4+
ARG PHP_VERSION=8.4.13
55

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

99
# https://hub.docker.com/_/composer
10-
ARG COMPOSER_VERSION=2.8.9
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)