Skip to content

Commit

Permalink
Merge pull request #24 from reviewdog/depup/reviewdog
Browse files Browse the repository at this point in the history
chore(deps): update reviewdog to 0.14.0
  • Loading branch information
haya14busa authored Mar 8, 2022
2 parents 774f533 + bc8f0f2 commit 775eedb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ ENV MARKDOWNLINT_CLI_VERSION=v0.29.0

RUN npm install -g "markdownlint-cli@$MARKDOWNLINT_CLI_VERSION"

ENV REVIEWDOG_VERSION=v0.13.0
ENV REVIEWDOG_VERSION=v0.14.0

RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh \
| sh -s -- -b /usr/local/bin/ ${REVIEWDOG_VERSION}
Expand Down

0 comments on commit 775eedb

Please sign in to comment.