From 5d54085370b51961e466ecc8b31f5126938c80dd Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Mon, 16 Sep 2024 10:52:43 +0300 Subject: [PATCH] chore(deps): update reviewdog to 0.20.2 (#3053) Co-authored-by: sobolevn <4660275+sobolevn@users.noreply.github.com> --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 37d7068f3..36b8f2719 100644 --- a/Dockerfile +++ b/Dockerfile @@ -21,7 +21,7 @@ LABEL maintainer="mail@sobolevn.me" LABEL vendor="wemake.services" ENV WPS_VERSION='0.19.1' -ENV REVIEWDOG_VERSION='v0.20.1' +ENV REVIEWDOG_VERSION='v0.20.2' RUN apk add --no-cache bash git wget RUN pip install "wemake-python-styleguide==$WPS_VERSION" \