Skip to content

Commit

Permalink
Update to use clj kondo alpine image (super-linter#1165)
Browse files Browse the repository at this point in the history
* Update to use clj kondo alpine image

* Fix binary path
  • Loading branch information
GaboFDC authored Jan 27, 2021
1 parent 622f70e commit 0eabdb5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
#########################################
# Get dependency images as build stages #
#########################################
FROM borkdude/clj-kondo:2020.09.09 as clj-kondo
FROM cljkondo/clj-kondo:2021.01.20-alpine as clj-kondo
FROM dotenvlinter/dotenv-linter:3.0.0 as dotenv-linter
FROM mstruebing/editorconfig-checker:2.3.1 as editorconfig-checker
FROM yoheimuta/protolint:v0.28.0 as protolint
Expand Down Expand Up @@ -237,7 +237,7 @@ COPY --from=dotenv-linter /dotenv-linter /usr/bin/
#####################
# Install clj-kondo #
#####################
COPY --from=clj-kondo /usr/local/bin/clj-kondo /usr/bin/
COPY --from=clj-kondo /bin/clj-kondo /usr/bin/

################################
# Install editorconfig-checker #
Expand Down

0 comments on commit 0eabdb5

Please sign in to comment.