From 81750f17598452d2e2656b7281a55788abafc205 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 15 Mar 2024 23:25:37 +0900 Subject: [PATCH] chore(deps): update reviewdog to 0.17.2 (#35) Co-authored-by: shogo82148 <1157344+shogo82148@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 6225153..4c3e785 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:alpine -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 apk --no-cache add git