From 0f340cf76a7ffb9608acce0a0867ad7ff675cd0b Mon Sep 17 00:00:00 2001 From: review-dog <22892449+review-dog@users.noreply.github.com> Date: Sat, 6 Jul 2024 23:54:09 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.19.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 081b267..cfaccd9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN apk --no-cache --update add git \ && rm -rf /var/cache/apk/* # install reviewdog -ENV REVIEWDOG_VERSION=v0.18.1 +ENV REVIEWDOG_VERSION=v0.19.0 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # install cpplint