From 5606c54765d1d1c6306132bfa12a1ca7bd60182f Mon Sep 17 00:00:00 2001 From: review-dog Date: Fri, 11 Feb 2022 05:18:32 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.14.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7ebcf55..5d59452 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.13.1 +ENV REVIEWDOG_VERSION=v0.14.0 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # install actionlint