Skip to content

Commit

Permalink
Upgrade clj-kondo (#1165)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam authored Jan 13, 2022
1 parent fafca8f commit 217da69
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
## @generated by .automation/build.py using descriptor files, please do not update manually ##
#############################################################################################
#FROM__START
FROM cljkondo/clj-kondo:2021.12.19-alpine as clj-kondo
FROM cljkondo/clj-kondo:2022.01.13-alpine as clj-kondo
FROM hadolint/hadolint:v2.7.0-alpine as hadolint
FROM ghcr.io/assignuser/chktex-alpine:latest as chktex
FROM yoheimuta/protolint:latest as protolint
Expand Down
2 changes: 1 addition & 1 deletion flavors/java/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
## @generated by .automation/build.py using descriptor files, please do not update manually ##
#############################################################################################
#FROM__START
FROM cljkondo/clj-kondo:2021.12.19-alpine as clj-kondo
FROM cljkondo/clj-kondo:2022.01.13-alpine as clj-kondo
FROM hadolint/hadolint:v2.7.0-alpine as hadolint
FROM yoheimuta/protolint:latest as protolint
#FROM__END
Expand Down
2 changes: 1 addition & 1 deletion megalinter/descriptors/clojure.megalinter-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ linters:
downgraded_version: true
install:
dockerfile:
- FROM cljkondo/clj-kondo:2021.12.19-alpine as clj-kondo
- FROM cljkondo/clj-kondo:2022.01.13-alpine as clj-kondo
- COPY --from=clj-kondo /bin/clj-kondo /usr/bin/
ide:
atom:
Expand Down

0 comments on commit 217da69

Please sign in to comment.