From efbb4354fe1c52bfeb260b26ee87845632f9c87d Mon Sep 17 00:00:00 2001 From: felipeeffting Date: Wed, 4 Feb 2026 14:28:49 +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}