Skip to content

Commit

Permalink
Merge pull request #4 from fkneeland-figure/upgrade_ktlint_version
Browse files Browse the repository at this point in the history
Upgrade ktlint version
  • Loading branch information
vroy committed Jul 21, 2021
2 parents 215a2d8 + 28874c1 commit cc07012
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
@@ -1,6 +1,6 @@
FROM openjdk:jre-slim

ADD https://github.com/pinterest/ktlint/releases/download/0.26.0/ktlint /usr/local/bin/ktlint
ADD https://github.com/pinterest/ktlint/releases/download/0.41.0/ktlint /usr/local/bin/ktlint
RUN chmod +x /usr/local/bin/ktlint

ENTRYPOINT ["ktlint"]

0 comments on commit cc07012

Please sign in to comment.