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 3f691d2 + 5c6dfb7 commit cedf4f9Copy full SHA for cedf4f9
Dockerfile
@@ -6,7 +6,7 @@ RUN apk --no-cache --update add git \
6
&& rm -rf /var/cache/apk/*
7
8
# install reviewdog
9
-ENV REVIEWDOG_VERSION=v0.20.1
+ENV REVIEWDOG_VERSION=v0.20.2
10
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
11
12
# install cpplint
0 commit comments