We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3109425 commit 14ef377Copy full SHA for 14ef377
1 file changed
README.md
@@ -6,16 +6,10 @@ An enhanced version of the default [PHP Docker image](https://hub.docker.com/_/p
6
7
## Pull Command
8
9
-The following command will retrieve an image with PHP 8.1 and Composer v2:
+The following command will retrieve an image with PHP 8.5 and Composer v2:
10
11
```sh
12
-docker pull ghcr.io/clevyr/php:8.1
13
-```
14
-
15
-Alternative tags exist with Composer v1. If your application still requires Composer v1, you may add the version to the end of the tag:
16
17
-```sh
18
-docker pull ghcr.io/clevyr/php:8.1-composer1
+docker pull ghcr.io/clevyr/php:8.5
19
```
20
21
## Runtime Configuration
0 commit comments