From 0034e2d330af20c02fb6d9b3a813404a4ef6ba12 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 11 Feb 2022 14:20:08 +0900 Subject: [PATCH] chore(deps): update reviewdog to 0.14.0 (#24) Co-authored-by: review-dog --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index f3bc36f..b23307c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3.10.2-slim-buster -ENV REVIEWDOG_VERSION=v0.13.1 +ENV REVIEWDOG_VERSION=v0.14.0 RUN set -eux \ && apt-get update \