From 5490b05ff46b575d540b737d83dd7815a0974fe5 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2020 00:06:25 +0900 Subject: [PATCH] chore(deps): update reviewdog to 0.10.1 (#5) Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0cdcbea..99bd846 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.12 -ENV REVIEWDOG_VERSION=v0.10.0 +ENV REVIEWDOG_VERSION=v0.10.1 # hadolint ignore=DL3018 RUN apk --no-cache --update add bash git \