10BC0
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 afad3b6 + 6634919 commit f49e824Copy full SHA for f49e824
Dockerfile
@@ -23,7 +23,7 @@ RUN apk --update add git curl && \
23
rm /var/cache/apk/*
24
25
# install reviewdog
26
-ENV REVIEWDOG_VERSION=v0.18.1
+ENV REVIEWDOG_VERSION=v0.19.0
27
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
28
29
# install actionlint
0 commit comments