From d952595cd31c15c44b52e7ec977bf307f70d0a35 Mon Sep 17 00:00:00 2001 From: review-dog Date: Thu, 8 Feb 2024 16:05:17 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.17.1 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 52dab4e..3f1ce10 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ENV REVIEWDOG_VERSION=v0.16.0 +ENV REVIEWDOG_VERSION=v0.17.1 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} RUN wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b /usr/local/bin/