From e53819af0ce2999295a9566393d23d9092e49e71 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 21 Jan 2020 17:58:42 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.9.17 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e69f13d..8959fc9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.10 -ENV REVIEWDOG_VERSION=v0.9.15 +ENV REVIEWDOG_VERSION=v0.9.17 SHELL ["/bin/ash", "-eo", "pipefail", "-c"]