Skip to content

Commit

Permalink
Merge pull request #7 from jnlin/master
Browse files Browse the repository at this point in the history
upgrade ktlint to 0.46.1
  • Loading branch information
vroy committed Jun 24, 2022
2 parents cc07012 + 9edd5ed commit 203eb96
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.41.0/ktlint /usr/local/bin/ktlint
ADD https://github.com/pinterest/ktlint/releases/download/0.46.1/ktlint /usr/local/bin/ktlint
RUN chmod +x /usr/local/bin/ktlint

ENTRYPOINT ["ktlint"]

0 comments on commit 203eb96

Please sign in to comment.