From e69c5a5eff925831673c18925d233ef688a86f9e Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 10:56:07 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.11.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0f7529e..968635d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM koalaman/shellcheck-alpine:latest -ENV REVIEWDOG_VERSION=v0.10.2 +ENV REVIEWDOG_VERSION=v0.11.0 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} RUN apk --update add jq git findutils && \