Skip to content

Commit ec5fe1c

Browse files
authored
Merge pull request #44 from elecena/php/8.3.3
Bump to PHP 8.3.3
2 parents fe4dc70 + 286f151 commit ec5fe1c

File tree

2 files changed

+10
-8
lines changed

2 files changed

+10
-8
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
# elecena.pl (c) 2015-2023
1+
# elecena.pl (c) 2015-2024
22

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

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

README.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ Python and PHP under the same roof (in **under 125 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.12.2-8.2.16
9+
docker pull ghcr.io/elecena/python-php:3.12.2-8.3.3
1010
```
1111

1212
```
1313
$ docker images | head
14-
REPOSITORY TAG IMAGE ID CREATED SIZE
15-
elecena/python-php latest f36a573282ee 1 second ago 122MB
14+
REPOSITORY TAG IMAGE ID CREATED SIZE
15+
elecena/python-php latest 9a09488cc01a 2 seconds ago 124MB
1616
```
1717

1818
## Installed software
@@ -23,11 +23,12 @@ $ docker run -it elecena/python-php sh info.sh
2323
### Python
2424
Python 3.12.2
2525
virtualenv 20.25.1 from /usr/local/lib/python3.12/site-packages/virtualenv/__init__.py
26+
2627
### PHP
27-
PHP 8.2.16 (cli) (built: Feb 16 2024 22:19:12) (NTS)
28+
PHP 8.3.3 (cli) (built: Feb 16 2024 21:25:21) (NTS)
2829
Copyright (c) The PHP Group
29-
Zend Engine v4.2.16, Copyright (c) Zend Technologies
30-
with Zend OPcache v8.2.16, Copyright (c), by Zend Technologies
30+
Zend Engine v4.3.3, Copyright (c) Zend Technologies
31+
with Zend OPcache v8.3.3, Copyright (c), by Zend Technologies
3132
Composer version 2.7.1 2024-02-09 15:26:28
3233
[PHP Modules]
3334
bz2
@@ -75,6 +76,7 @@ xsl
7576
yaml
7677
Zend OPcache
7778
zlib
79+
7880
[Zend Modules]
7981
Zend OPcache
8082
```

0 commit comments

Comments
 (0)