From c27e048ff2fa9c90c6064cf91c46327d7dc225e5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ho=C3=ABl=20Bagard?= <34478245+hoel-bagard@users.noreply.github.com> Date: Mon, 4 Mar 2024 11:17:54 +0900 Subject: [PATCH] `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. --- docs/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/installation.md b/docs/installation.md index a5ef50f350..03e3fe345e 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -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)