From f299188aa456d0c5cb18ef5ccb40ef3f558bf387 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 4 Aug 2020 11:19:44 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.10.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7e27c8c..67764ce 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.12 -ENV REVIEWDOG_VERSION=v0.10.1 +ENV REVIEWDOG_VERSION=v0.10.2 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/