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:
Hoël Bagard
2024-03-04 11:17:54 +09:00
committed by GitHub
parent 737fcfd79e
commit c27e048ff2

View File

@@ -59,7 +59,7 @@ the latest release.
```shell
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 .
```
[![Packaging status](https://repology.org/badge/vertical-allrepos/ruff-python-linter.svg?exclude_unsupported=1)](https://repology.org/project/ruff-python-linter/versions)