Skip to content

Commit a6b4c52

Browse files
authored
Merge pull request #55 from elecena/php/8.4.1-py/3.13.0
PHP 8.4.1, Python 3.13.0, Composer 2.8.3
2 parents fc0c4aa + 2f6f458 commit a6b4c52

File tree

2 files changed

+13
-12
lines changed

2 files changed

+13
-12
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-2024
22

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

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

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

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

README.md

Lines changed: 10 additions & 9 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.12.6-8.3.11
9+
docker pull ghcr.io/elecena/python-php:3.13.0-8.4.1
1010
```
1111

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

1818
## Installed software
@@ -21,16 +21,17 @@ elecena/python-php latest cc8673ddac56 1 second ago 122MB
2121
$ docker run -it elecena/python-php sh info.sh
2222
2323
### Python
24-
Python 3.12.6
25-
virtualenv 20.26.4 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
24+
Python 3.13.0
25+
virtualenv 20.27.1 from /usr/local/lib/python3.13/site-packages/virtualenv/__init__.py
2626
2727
### PHP
28-
PHP 8.3.11 (cli) (built: Sep 7 2024 01:00:59) (NTS)
28+
PHP 8.4.1 (cli) (built: Nov 21 2024 17:58:21) (NTS)
2929
Copyright (c) The PHP Group
30-
Zend Engine v4.3.11, Copyright (c) Zend Technologies
31-
with Zend OPcache v8.3.11, Copyright (c), by Zend Technologies
32-
Composer version 2.7.9 2024-09-04 14:43:28
33-
PHP version 8.3.11 (/usr/bin/php)
30+
Built by https://github.com/docker-library/php
31+
Zend Engine v4.4.1, Copyright (c) Zend Technologies
32+
with Zend OPcache v8.4.1, Copyright (c), by Zend Technologies
33+
Composer version 2.8.3 2024-11-17 13:13:04
34+
PHP version 8.4.1 (/usr/bin/php)
3435
Run the "diagnose" command to get more detailed diagnostics output.
3536
[PHP Modules]
3637
bz2

0 commit comments

Comments
 (0)