From 976384bfefefe44fc0ec95f511ebc4dd6086bcc1 Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Tue, 4 Jun 2024 14:47:11 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.17.5 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 2102cd6..fb924cc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,7 +23,7 @@ RUN apk --update add git curl && \ rm /var/cache/apk/* # install reviewdog -ENV REVIEWDOG_VERSION=v0.17.4 +ENV REVIEWDOG_VERSION=v0.17.5 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # install actionlint