@@ -12,7 +12,7 @@ Check [example](#extensions) below how to add them back in your images based off
12
12
13
13
Docker PHP FPM with lean alpine base. The download size is just about ** ~ 100MB** - tiny given how many extensions it has baked in.
14
14
15
- It contains PHP>=8.3.4, PHP>=8.2.13 , PHP>=8.1.26 and PHP>=8.0.30 with plenty of common and useful extensions.
15
+ It contains PHP>=8.3.4, PHP>=8.2.17 , PHP>=8.1.27 and PHP>=8.0.30 with plenty of common and useful extensions.
16
16
17
17
If you want to tryout and experiment with preview build of PHP8.3 rc, you can use image ` adhocore/phpfpm:8.3r ` .
18
18
> 8.3r has limited extensions and is not production ready yet.
@@ -33,10 +33,10 @@ To pull latest image:
33
33
# for php >=8.3.4
34
34
docker pull adhocore/phpfpm:8.3
35
35
36
- # for php >=8.2.12
36
+ # for php >=8.2.17
37
37
docker pull adhocore/phpfpm:8.2
38
38
39
- # or for php >=8.1.25
39
+ # or for php >=8.1.27
40
40
docker pull adhocore/phpfpm:8.1
41
41
42
42
# or for php >=8.0.30
@@ -56,7 +56,7 @@ version: '3'
56
56
57
57
services :
58
58
phpfpm :
59
- image : adhocore/phpfpm:8.0
59
+ image : adhocore/phpfpm:8.3
60
60
container_name : phpfpm
61
61
volumes :
62
62
- ./path/to/your/app:/var/www/html
@@ -76,7 +76,7 @@ Latest versions of both Composer v1 and v2 are installed already. You can run v2
76
76
77
77
You can add new extensions in your image like so:
78
78
``` Dockerfile
79
- FROM adhocore/phpfpm:8.1 # or 8.2, 8.0
79
+ FROM adhocore/phpfpm:8.3 # or 8.2, 8.1
80
80
81
81
RUN \
82
82
# setup
@@ -124,7 +124,7 @@ PHP 8.3.4, Total extensions: 60
124
124
The following PHP extensions are installed in ` adhocore/phpfpm:8.2 ` :
125
125
126
126
```
127
- PHP >=8.2.12 , Total extensions: 82
127
+ PHP >=8.2.17 , Total extensions: 82
128
128
- apcu - ast - bcmath - bz2
129
129
- calendar - core - ctype - curl
130
130
- date - dom - ds - ev
@@ -153,7 +153,7 @@ PHP >=8.2.12, Total extensions: 82
153
153
The following PHP extensions are installed in ` adhocore/phpfpm:8.1 ` :
154
154
155
155
```
156
- PHP >=8.1.25 , Total extensions: 83
156
+ PHP >=8.1.27 , Total extensions: 83
157
157
- apcu - ast - bcmath - bz2
158
158
- calendar - core - ctype - curl
159
159
- date - dom - ds - ev
0 commit comments