Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ RUN which php; php -v; php -m; php -i | grep ini
# Python
#
# https://hub.docker.com/_/python/
FROM python:3.14.5-alpine
FROM python:3.14.6-alpine

RUN pip install virtualenv && rm -rf /root/.cache
RUN python -V
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,25 +6,25 @@ Python and PHP under the same roof.
https://github.com/elecena/python-php/pkgs/container/python-php

```
docker pull ghcr.io/elecena/python-php:3.14.5-8.5.7
docker pull ghcr.io/elecena/python-php:3.14.6-8.5.7
```

```
$ docker images | head
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest d4b395e53c14 1 second ago 138MB
elecena/python-php latest b62e5cc7e948 1 second ago 125MB
```

## Installed software

```
$ docker run -it elecena/python-php sh info.sh
### Python
Python 3.14.5
virtualenv 21.4.2 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py
Python 3.14.6
virtualenv 21.5.1 from /usr/local/lib/python3.14/site-packages/virtualenv/__init__.py

### PHP
PHP 8.5.7 (cli) (built: Jun 10 2026 20:55:34) (NTS)
PHP 8.5.7 (cli) (built: Jun 16 2026 00:17:14) (NTS)
Copyright (c) The PHP Group
Built by https://github.com/docker-library/php
Zend Engine v4.5.7, Copyright (c) Zend Technologies
Expand Down