From 8a50bbaca22e6e6e12ee109f510f97a955a40389 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:47:35 +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 7dcc8e6..f887d32 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV MARKDOWNLINT_CLI_VERSION=v0.40.0 RUN npm install -g "markdownlint-cli@$MARKDOWNLINT_CLI_VERSION" -ENV REVIEWDOG_VERSION=v0.17.4 +ENV REVIEWDOG_VERSION=v0.17.5 RUN apt-get update \ && apt-get install -y --no-install-recommends \