We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 06d6a48 commit d952595Copy full SHA for d952595
Dockerfile
@@ -1,6 +1,6 @@
1
FROM alpine:3.19
2
3
-ENV REVIEWDOG_VERSION=v0.16.0
+ENV REVIEWDOG_VERSION=v0.17.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 wget -O - -q https://raw.githubusercontent.com/client9/misspell/master/install-misspell.sh | sh -s -- -b /usr/local/bin/
0 commit comments