From e41aa5b51f38521da0b48173c212d4d02b3175e6 Mon Sep 17 00:00:00 2001 From: review-dog Date: Tue, 19 Dec 2023 05:05:28 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.16.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b436e8c..44f47b6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apk --update add git curl && \ rm /var/cache/apk/* # install reviewdog -ENV REVIEWDOG_VERSION=v0.15.0 +ENV REVIEWDOG_VERSION=v0.16.0 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # install actionlint