From 1ab52e9e2b594c8af2b99bb6c1b90abc8eb16282 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:47:24 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.17.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e89897..ae57bfb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.12-alpine -ENV REVIEWDOG_VERSION=v0.17.4 +ENV REVIEWDOG_VERSION=v0.17.5 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]