From 922672a2957e0dc21a488e13fd07cff9d1d43311 Mon Sep 17 00:00:00 2001 From: benner <407369+benner@users.noreply.github.com> Date: Wed, 24 Jun 2026 15:11:48 +0000 Subject: [PATCH] chore(deps): update astral-sh/ruff to 0.15.19 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2cd5743..cd52777 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM alpine:3.24 ENV REVIEWDOG_VERSION=v0.21.0 -ENV RUFF_VERSION=v0.15.18 +ENV RUFF_VERSION=v0.15.19 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]