From f2be817bdb714191d16c5ccf37636fcd66a34fce Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 7 Jul 2024 10:54:31 +0300 Subject: [PATCH] chore(deps): update reviewdog to 0.20.0 (#2998) 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 77c4f6806..0b64b15d4 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.18.1' +ENV REVIEWDOG_VERSION='v0.20.0' RUN apk add --no-cache bash git wget RUN pip install "wemake-python-styleguide==$WPS_VERSION" \