From c1ff131407be37445716430eb4383414b6cf4ea3 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 25 Oct 2020 14:28:03 +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 5fb3c0c..1522938 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM php:7.4.1-alpine -ENV REVIEWDOG_VERSION=v0.9.17 +ENV REVIEWDOG_VERSION=v0.11.0 RUN apk --no-cache add git