Reference more up to date version

This commit is contained in:
Nick Janetakis 2025-03-28 11:43:46 -04:00
parent 516178ad8e
commit 5b81a03638
No known key found for this signature in database
GPG key ID: 3E989E86AE85B86D

View file

@ -92,7 +92,7 @@ the latest release.
```console
$ docker run -v .:/io -u "$(id -u):$(id -g)" --rm ghcr.io/astral-sh/ruff check
$ docker run -v .:/io -u "$(id -u):$(id -g)" --rm ghcr.io/astral-sh/ruff:0.3.0 check
$ docker run -v .:/io -u "$(id -u):$(id -g)" --rm ghcr.io/astral-sh/ruff:0.11.2 check
$ # Or, for Podman on SELinux.
$ docker run -v .:/io:Z -u "$(id -u):$(id -g)" --rm ghcr.io/astral-sh/ruff check