Skip to content

Commit

Permalink
Merge pull request #44 from elecena/php/8.3.3
Browse files Browse the repository at this point in the history
Bump to PHP 8.3.3
  • Loading branch information
macbre authored Mar 11, 2024
2 parents fe4dc70 + 286f151 commit ec5fe1c
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# elecena.pl (c) 2015-2023
# elecena.pl (c) 2015-2024

# https://hub.docker.com/_/php
ARG PHP_VERSION=8.2.16
ARG PHP_VERSION=8.3.3

# https://hub.docker.com/_/python/
ARG PYTHON_VERSION=3.12.2
Expand Down
14 changes: 8 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 **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
Expand All @@ -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
Expand Down Expand Up @@ -75,6 +76,7 @@ xsl
yaml
Zend OPcache
zlib
[Zend Modules]
Zend OPcache
```

0 comments on commit ec5fe1c

Please sign in to comment.