From ff080895797cd6a78edbc7566ddaf81a7b367a48 Mon Sep 17 00:00:00 2001 From: haya14busa Date: Mon, 6 Jan 2020 02:04:21 +0000 Subject: [PATCH] bump reviewdog version to v0.9.15 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e06c72a..1160eec 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10 -RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ v0.9.14 +RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ v0.9.15 RUN wget -O - -q https://git.io/misspell | sh -s -- -b /usr/local/bin/ RUN apk --no-cache add git && \