diff --git a/docs/usage/docker.md b/docs/usage/docker.md index 21746c51..39d6ae4e 100644 --- a/docs/usage/docker.md +++ b/docs/usage/docker.md @@ -6,4 +6,4 @@ docker run --rm -t -v "${PWD}":/workdir overtrue/phplint:latest ./ --exclude=ven > Please mount your source code to `/workdir` in the container. -**IMPORTANT** : Docker image with `latest` tag use the PHP 8.2 runtime ! +**IMPORTANT** : Docker image with `latest` tag use the PHP 8.3 runtime !