Skip to content

Commit 0a23a68

Browse files
authored
Merge pull request #82 from elecena/dependabot/docker/python-3.14.6-alpine
Bump python from 3.14.5-alpine to 3.14.6-alpine
2 parents 1e08c80 + 18d12ae commit 0a23a68

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ RUN which php; php -v; php -m; php -i | grep ini
5454
# Python
5555
#
5656
# https://hub.docker.com/_/python/
57-
FROM python:3.14.5-alpine
57+
FROM python:3.14.6-alpine
5858

5959
RUN pip install virtualenv && rm -rf /root/.cache
6060
RUN python -V

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,25 +6,25 @@ Python and PHP under the same roof.
66
https://github.com/elecena/python-php/pkgs/container/python-php
77

88
```
9-
docker pull ghcr.io/elecena/python-php:3.14.5-8.5.7
9+
docker pull ghcr.io/elecena/python-php:3.14.6-8.5.7
1010
```
1111

1212
```
1313
$ docker images | head
1414
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php latest d4b395e53c14 1 second ago 138MB
15+
elecena/python-php latest b62e5cc7e948 1 second 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.5
24-
virtualenv 21.4.2 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
23+
Python 3.14.6
24+
virtualenv 21.5.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
2525
2626
### PHP
27-
PHP 8.5.7 (cli) (built: Jun 10 2026 20:55:34) (NTS)
27+
PHP 8.5.7 (cli) (built: Jun 16 2026 00:17:14) (NTS)
2828
Copyright (c) The PHP Group
2929
Built by https://github.com/docker-library/php
3030
Zend Engine v4.5.7, Copyright (c) Zend Technologies

0 commit comments

Comments
 (0)