From 32254c11576b5fb7440d5f7fb739d742baa18d36 Mon Sep 17 00:00:00 2001 From: benner <407369+benner@users.noreply.github.com> Date: Fri, 12 Jun 2026 15:22:45 +0000 Subject: [PATCH] chore(deps): update astral-sh/ruff to 0.15.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3fee31c..a8916e1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.22 ENV REVIEWDOG_VERSION=v0.21.0 -ENV RUFF_VERSION=v0.15.16 +ENV RUFF_VERSION=v0.15.17 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]