From 508148c0d959b166798f9792d1b29dddcac37348 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 22:09:33 +0900 Subject: [PATCH] chore(deps): update reviewdog to 0.18.1 (#39) Co-authored-by: review-dog <22892449+review-dog@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 966d449..b7857d3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:alpine -ENV REVIEWDOG_VERSION=v0.17.5 +ENV REVIEWDOG_VERSION=v0.18.1 RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION} RUN apk --no-cache add git