From a10f7721bdf2cea683d30d9e456285ea79880333 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Wed, 4 Dec 2024 14:25:18 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.20.3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c57ed64..efe5397 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV MARKDOWNLINT_CLI_VERSION=v0.41.0 RUN npm install -g "markdownlint-cli@$MARKDOWNLINT_CLI_VERSION" -ENV REVIEWDOG_VERSION=v0.20.2 +ENV REVIEWDOG_VERSION=v0.20.3 RUN apt-get update \ && apt-get install -y --no-install-recommends \