Skip to content

Commit

Permalink
Install clojure 1.12.0 in lein images
Browse files Browse the repository at this point in the history
  • Loading branch information
cap10morgan committed Sep 6, 2024
1 parent 5274c43 commit 5859b16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/docker_clojure/dockerfile/lein.clj
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"ENV PATH=$PATH:$LEIN_INSTALL"
"ENV LEIN_ROOT 1"
""
"# Install clojure 1.11.3 so users don't have to download it every time"
"RUN echo '(defproject dummy \"\" :dependencies [[org.clojure/clojure \"1.11.3\"]])' > project.clj \\"
"# Install clojure 1.12.0 so users don't have to download it every time"
"RUN echo '(defproject dummy \"\" :dependencies [[org.clojure/clojure \"1.12.0\"]])' > project.clj \\"
" && lein deps && rm project.clj"])

(->> (remove nil?)))))
Expand Down

0 comments on commit 5859b16

Please sign in to comment.