Skip to content

Commit

Permalink
📌 Changes reviewdog for nightly to stable
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
rickstaa authored Jun 30, 2021
1 parent ca3aa27 commit 833a7e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 833a7e8

Please sign in to comment.