Skip to content

Commit b6843b7

Browse files
committed
docs: versions
1 parent c0a54cd commit b6843b7

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Check [example](#extensions) below how to add them back in your images based off
1212

1313
Docker PHP FPM with lean alpine base. The download size is just about **~100MB** - tiny given how many extensions it has baked in.
1414

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.
1616

1717
If you want to tryout and experiment with preview build of PHP8.3 rc, you can use image `adhocore/phpfpm:8.3r`.
1818
> 8.3r has limited extensions and is not production ready yet.
@@ -33,10 +33,10 @@ To pull latest image:
3333
# for php >=8.3.4
3434
docker pull adhocore/phpfpm:8.3
3535

36-
# for php >=8.2.12
36+
# for php >=8.2.17
3737
docker pull adhocore/phpfpm:8.2
3838

39-
# or for php >=8.1.25
39+
# or for php >=8.1.27
4040
docker pull adhocore/phpfpm:8.1
4141

4242
# or for php >=8.0.30
@@ -56,7 +56,7 @@ version: '3'
5656

5757
services:
5858
phpfpm:
59-
image: adhocore/phpfpm:8.0
59+
image: adhocore/phpfpm:8.3
6060
container_name: phpfpm
6161
volumes:
6262
- ./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
7676

7777
You can add new extensions in your image like so:
7878
```Dockerfile
79-
FROM adhocore/phpfpm:8.1 # or 8.2, 8.0
79+
FROM adhocore/phpfpm:8.3 # or 8.2, 8.1
8080

8181
RUN \
8282
# setup
@@ -124,7 +124,7 @@ PHP 8.3.4, Total extensions: 60
124124
The following PHP extensions are installed in `adhocore/phpfpm:8.2`:
125125

126126
```
127-
PHP >=8.2.12, Total extensions: 82
127+
PHP >=8.2.17, Total extensions: 82
128128
- apcu - ast - bcmath - bz2
129129
- calendar - core - ctype - curl
130130
- date - dom - ds - ev
@@ -153,7 +153,7 @@ PHP >=8.2.12, Total extensions: 82
153153
The following PHP extensions are installed in `adhocore/phpfpm:8.1`:
154154

155155
```
156-
PHP >=8.1.25, Total extensions: 83
156+
PHP >=8.1.27, Total extensions: 83
157157
- apcu - ast - bcmath - bz2
158158
- calendar - core - ctype - curl
159159
- date - dom - ds - ev

0 commit comments

Comments
 (0)