From 512b3d281a33eac104fa211594b59d786c712f38 Mon Sep 17 00:00:00 2001 From: review-dog Date: Tue, 28 Dec 2021 08:57:18 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.13.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e04054b..d41a377 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.14 -ENV REVIEWDOG_VERSION=v0.13.0 +ENV REVIEWDOG_VERSION=v0.13.1 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} RUN wget -O - -q https://git.io/misspell | sh -s -- -b /usr/local/bin/