Skip to content

Commit cedf4f9

Browse files
authored
Merge pull request #45 from reviewdog/depup/reviewdog
chore(deps): update reviewdog to 0.20.2
2 parents 3f691d2 + 5c6dfb7 commit cedf4f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ RUN apk --no-cache --update add git \
66
&& rm -rf /var/cache/apk/*
77

88
# install reviewdog
9-
ENV REVIEWDOG_VERSION=v0.20.1
9+
ENV REVIEWDOG_VERSION=v0.20.2
1010
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
1111

1212
# install cpplint

0 commit comments

Comments
 (0)