Skip to content

Commit

Permalink
fix change on Docker image with recent release 9.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
llaville committed Dec 17, 2023
1 parent 6537f69 commit 88aac19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/usage/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 !

0 comments on commit 88aac19

Please sign in to comment.