Skip to content

Commit 79c8df8

Browse files
authored
Merge pull request #115 from reviewdog/depup/reviewdog
chore(deps): update reviewdog to 0.17.0
2 parents 54e8fae + e3b6ad0 commit 79c8df8

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
@@ -23,7 +23,7 @@ RUN apk --update add git curl && \
2323
rm /var/cache/apk/*
2424

2525
# install reviewdog
26-
ENV REVIEWDOG_VERSION=v0.16.0
26+
ENV REVIEWDOG_VERSION=v0.17.0
2727
RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
2828

2929
# install actionlint

0 commit comments

Comments
 (0)