From 7ca12a85e50d2189306ba687de4ca261ac729e99 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 30 Jun 2020 14:36:43 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.10.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d4cc624..ec79840 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM koalaman/shellcheck-alpine:latest -ENV REVIEWDOG_VERSION=v0.10.0 +ENV REVIEWDOG_VERSION=v0.10.1 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 && \