From a988677ba2a00d09a8cdc3a9c26cb0332f6914cd Mon Sep 17 00:00:00 2001 From: review-dog Date: Mon, 19 Jun 2023 11:28:06 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.14.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 80066a4..38045b2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:alpine -ENV REVIEWDOG_VERSION=v0.14.1 +ENV REVIEWDOG_VERSION=v0.14.2 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} RUN apk --no-cache add git