From fce14495f46acaf115209809a6a0c3749f48576f Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Fri, 19 Apr 2024 15:02:47 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.17.4 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6ff6fa8..2c6dc5b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ ENV MARKDOWNLINT_CLI_VERSION=v0.39.0 RUN npm install -g "markdownlint-cli@$MARKDOWNLINT_CLI_VERSION" -ENV REVIEWDOG_VERSION=v0.17.2 +ENV REVIEWDOG_VERSION=v0.17.4 RUN apt-get update \ && apt-get install -y --no-install-recommends \