From 28e7ab75cdaac7e37ee108ff3035c37c22cc6c45 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Sat, 22 Jun 2024 13:09:30 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.18.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 151b9b8..c6eb59d 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.18.0 +ENV REVIEWDOG_VERSION=v0.18.1 RUN apt-get update \ && apt-get install -y --no-install-recommends \