We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8ec2e5b + d952595 commit 32cdac9Copy full SHA for 32cdac9
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