Skip to content

Commit 6c555a8

Browse files
authored
Merge pull request #19 from elecena/php-8.0.11
PHP_VERSION=8.0.11
2 parents 7f1c380 + 36c11ef commit 6c555a8

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# elecena.pl (c) 2015-2021
22

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

66
# https://hub.docker.com/_/python/
77
ARG PYTHON_VERSION=3.9.7

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Python and PHP under the same roof (in **around 100 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.9.7-8.0.10
9+
docker pull ghcr.io/elecena/python-php:3.9.7-8.0.11
1010
```
1111

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

1818
## Installed software
@@ -25,11 +25,11 @@ Python 3.9.7
2525
virtualenv 20.7.2 from /usr/local/lib/python3.9/site-packages/virtualenv/__init__.py
2626
2727
### PHP
28-
PHP 8.0.10 (cli) (built: Aug 27 2021 21:31:44) ( NTS )
28+
PHP 8.0.11 (cli) (built: Sep 23 2021 20:15:09) ( NTS )
2929
Copyright (c) The PHP Group
30-
Zend Engine v4.0.10, Copyright (c) Zend Technologies
31-
with Zend OPcache v8.0.10, Copyright (c), by Zend Technologies
32-
Composer version 2.1.6 2021-08-19 17:11:08
30+
Zend Engine v4.0.11, Copyright (c) Zend Technologies
31+
with Zend OPcache v8.0.11, Copyright (c), by Zend Technologies
32+
Composer version 2.1.9 2021-10-05 09:47:38
3333
[PHP Modules]
3434
bz2
3535
calendar

0 commit comments

Comments
 (0)