X Tutup
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
@@ -1,7 +1,7 @@
# elecena.pl (c) 2015-2021

# https://hub.docker.com/_/php
ARG PHP_VERSION=8.0.10
ARG PHP_VERSION=8.0.11

# https://hub.docker.com/_/python/
ARG PYTHON_VERSION=3.9.7
Expand Down
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ Python and PHP under the same roof (in **around 100 MB Docker image**).
https://github.com/elecena/python-php/pkgs/container/python-php

```
docker pull ghcr.io/elecena/python-php:3.9.7-8.0.10
docker pull ghcr.io/elecena/python-php:3.9.7-8.0.11
```

```
$ docker images | head
REPOSITORY TAG IMAGE ID CREATED SIZE
elecena/python-php latest 2108c555e6bc 2 seconds ago 102MB
elecena/python-php latest 045f5c3d35f3 3 seconds ago 102MB
```

## Installed software
Expand All @@ -25,11 +25,11 @@ Python 3.9.7
virtualenv 20.7.2 from /usr/local/lib/python3.9/site-packages/virtualenv/__init__.py

### PHP
PHP 8.0.10 (cli) (built: Aug 27 2021 21:31:44) ( NTS )
PHP 8.0.11 (cli) (built: Sep 23 2021 20:15:09) ( NTS )
Copyright (c) The PHP Group
Zend Engine v4.0.10, Copyright (c) Zend Technologies
with Zend OPcache v8.0.10, Copyright (c), by Zend Technologies
Composer version 2.1.6 2021-08-19 17:11:08
Zend Engine v4.0.11, Copyright (c) Zend Technologies
with Zend OPcache v8.0.11, Copyright (c), by Zend Technologies
Composer version 2.1.9 2021-10-05 09:47:38
[PHP Modules]
bz2
calendar
Expand Down
X Tutup