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.
2 parents 689e803 + 3008b04 commit 6fe55dfCopy full SHA for 6fe55df
Dockerfile
@@ -1,6 +1,6 @@
1
FROM node:current-alpine
2
3
-ENV REVIEWDOG_VERSION=v0.10.1
+ENV REVIEWDOG_VERSION=v0.10.2
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 jq git
0 commit comments