From 4669979365d6a796a16144453fd3a344b3da6afa Mon Sep 17 00:00:00 2001 From: review-dog Date: Sat, 26 Jun 2021 12:59:58 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.12.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2946dca..dba5035 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.13 -ENV REVIEWDOG_VERSION=v0.11.0 +ENV REVIEWDOG_VERSION=v0.12.0 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/