Skip to content

Commit

Permalink
chore(deps): update reviewdog to 0.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
shogo82148 authored Sep 6, 2023
1 parent de743cc commit 300c11d
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.35.0

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

ENV REVIEWDOG_VERSION=v0.14.2
ENV REVIEWDOG_VERSION=v0.15.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 300c11d

Please sign in to comment.