mirror of https://github.com/astral-sh/ruff
`docs`: update docker release version (#10218)
## Summary This PR updates the docker release version from `0.1.3` to `0.3.0` (latest), since `0.1.3` does not seem to exist anymore.
This commit is contained in:
parent
737fcfd79e
commit
c27e048ff2
|
|
@ -59,7 +59,7 @@ the latest release.
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
docker run -v .:/io --rm ghcr.io/astral-sh/ruff check .
|
docker run -v .:/io --rm ghcr.io/astral-sh/ruff check .
|
||||||
docker run -v .:/io --rm ghcr.io/astral-sh/ruff:0.1.3 check .
|
docker run -v .:/io --rm ghcr.io/astral-sh/ruff:0.3.0 check .
|
||||||
```
|
```
|
||||||
|
|
||||||
[](https://repology.org/project/ruff-python-linter/versions)
|
[](https://repology.org/project/ruff-python-linter/versions)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue