From bcddb0902c35207398ad26e167edc76344d7db24 Mon Sep 17 00:00:00 2001 From: felipeeffting Date: Thu, 23 Oct 2025 14:21:14 +0000 Subject: [PATCH] chore(deps): update reviewdog to 0.21.0 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 4514f41..5fe026d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ apt-get update && \ apt-get install --no-install-recommends -y wget git && \ apt-get clean && rm -rf /var/lib/apt/lists/* -ENV REVIEWDOG_VERSION=v0.13.0 +ENV REVIEWDOG_VERSION=v0.21.0 SHELL ["/bin/bash", "-o", "pipefail", "-c"] RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}