From 833a7e8cdef4d1c55a9b73f5575947660c59061c Mon Sep 17 00:00:00 2001 From: Rick Staa Date: Wed, 30 Jun 2021 22:09:33 +0200 Subject: [PATCH] :pushpin: Changes reviewdog for nightly to stable Since reviewdog [v12](https://github.com/reviewdog/reviewdog/releases/tag/v0.12.0) was released there is no need anymore to use the nightly branch. This commit, therefore, reverts back to using the stable branch. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 3d691ba..4a9ad59 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM python:3 -ENV REVIEWDOG_VERSION=v0.12.0-nightly20210629+ef98b6a +ENV REVIEWDOG_VERSION=v0.12.0 RUN apt-get install bash