From 54ff0f0b8fdeadd49dfab7c54574dea87a79d899 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Mon, 11 Mar 2024 06:11:11 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.17.2 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3f1ce10..5e2290f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.19 -ENV REVIEWDOG_VERSION=v0.17.1 +ENV REVIEWDOG_VERSION=v0.17.2 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/