You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -129,9 +129,9 @@ Beware that the image is as lean as possible. That can be a problem for running
129
129
In that case, you might miss PHP extensions for database etc (_you can [install phpqa](https://gitlab.com/costlocker/integrations/blob/213aab7/.ci/get-phpqa-binary#L40) in another [php image](https://gitlab.com/costlocker/integrations/blob/213aab7/.ci/.gitlab-ci.yml#L28)_).
130
130
131
131
```bash
132
-
docker run --rm -it zdenekdrahos/phpqa:v1.21.1 phpqa tools
132
+
docker run --rm -it zdenekdrahos/phpqa:v1.22.0 phpqa tools
133
133
# using a tool without phpqa
134
-
docker run --rm -it zdenekdrahos/phpqa:v1.21.1 phploc -v
134
+
docker run --rm -it zdenekdrahos/phpqa:v1.22.0 phploc -v
135
135
```
136
136
137
137
There are also available images [eko3alpha/docker-phpqa](https://hub.docker.com/r/eko3alpha/docker-phpqa/) and [sparkfabrik/docker-phpqa](https://hub.docker.com/r/sparkfabrik/docker-phpqa/).
0 commit comments