From 4e7eca1229a5f4834c9b8d8598bd08f2ab36efba Mon Sep 17 00:00:00 2001 From: felipeeffting Date: Thu, 29 Jan 2026 14:27:16 +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 5cfb166..711d842 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ RUN DEBIAN_FRONTEND=noninteractive \ apt-get install --no-install-recommends -y wget git jq && \ 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}