From 4d71891f126f1eeeb4586f136114d0ca647f46d4 Mon Sep 17 00:00:00 2001 From: review-dog Date: Wed, 6 Sep 2023 05:37:55 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.15.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index bdc4aee..10f76f2 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.14.2 +ENV REVIEWDOG_VERSION=v0.15.0 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} # install cpplint