From 85ed1bf4f1e9cacd073171e05299daa5c9b17b53 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 23 Jan 2024 20:36:35 +0900 Subject: [PATCH] chore(deps): update reviewdog to 0.17.0 (#53) * chore(deps): update reviewdog to 0.17.0 * trigger ci --------- Co-authored-by: review-dog Co-authored-by: ICHINOSE Shogo --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 698ecf0..ad5f1c7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.11.4-buster -ENV REVIEWDOG_VERSION=v0.16.0 +ENV REVIEWDOG_VERSION=v0.17.0 RUN set -eux \ && apt-get update \