Skip to content

Commit

Permalink
Merge pull request #3 from ScaCap/upgrade_ktlint
Browse files Browse the repository at this point in the history
Upgrade Ktlint version
  • Loading branch information
renatoabreu11 authored Mar 31, 2020
2 parents 5c8cedf + 09880a1 commit ee838ab
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 @@ -5,7 +5,7 @@ RUN apk --no-cache --update add git curl openjdk11 \

RUN wget -O - -q https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b /usr/local/bin/

RUN curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.35.0/ktlint \
RUN curl -sSLO https://github.com/pinterest/ktlint/releases/download/0.36.0/ktlint \
&& chmod a+x ktlint \
&& mv ktlint /usr/local/bin/

Expand Down

0 comments on commit ee838ab

Please sign in to comment.