diff --git a/README.md b/README.md index e78f6f9..a8d4503 100644 --- a/README.md +++ b/README.md @@ -6,13 +6,13 @@ Python and PHP under the same roof (in **under 125 MB Docker image**). https://github.com/elecena/python-php/pkgs/container/python-php ``` -docker pull ghcr.io/elecena/python-php:3.12.2-8.2.16 +docker pull ghcr.io/elecena/python-php:3.12.2-8.3.3 ``` ``` $ docker images | head -REPOSITORY TAG IMAGE ID CREATED SIZE -elecena/python-php latest f36a573282ee 1 second ago 122MB +REPOSITORY TAG IMAGE ID CREATED SIZE +elecena/python-php latest 9a09488cc01a 2 seconds ago 124MB ``` ## Installed software @@ -23,11 +23,12 @@ $ docker run -it elecena/python-php sh info.sh ### Python Python 3.12.2 virtualenv 20.25.1 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py + ### PHP -PHP 8.2.16 (cli) (built: Feb 16 2024 22:19:12) (NTS) +PHP 8.3.3 (cli) (built: Feb 16 2024 21:25:21) (NTS) Copyright (c) The PHP Group -Zend Engine v4.2.16, Copyright (c) Zend Technologies - with Zend OPcache v8.2.16, Copyright (c), by Zend Technologies +Zend Engine v4.3.3, Copyright (c) Zend Technologies + with Zend OPcache v8.3.3, Copyright (c), by Zend Technologies Composer version 2.7.1 2024-02-09 15:26:28 [PHP Modules] bz2 @@ -75,6 +76,7 @@ xsl yaml Zend OPcache zlib + [Zend Modules] Zend OPcache ```