We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c23c5d4 commit 4e4ba96Copy full SHA for 4e4ba96
Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:alpine
2
3
-ENV REVIEWDOG_VERSION=v0.19.0
+ENV REVIEWDOG_VERSION=v0.20.1
4
5
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
6
RUN apk --no-cache add git
0 commit comments