mirror of
https://github.com/seancorfield/usermanager-example.git
synced 2025-08-03 18:53:19 +08:00
change install tools versions based on feedback.
This commit is contained in:
@ -7,10 +7,10 @@ FROM clojure:temurin-20-tools-deps-jammy
|
||||
# Extra tools
|
||||
RUN apt-get update && apt-get install -y gpg curl
|
||||
|
||||
# Install deps-new and clj-new (prefer deps-new, but clj-new is needed for some templates)
|
||||
# Install new and clj-new (prefer new, but clj-new is needed for some templates)
|
||||
|
||||
RUN clojure -Ttools install io.github.seancorfield/deps-new '{:git/tag "v0.5.2"}' :as deps-new
|
||||
RUN clojure -Ttools install com.github.seancorfield/clj-new '{:git/tag "v1.2.399"}' :as clj-new
|
||||
RUN clojure -Ttools install-latest :lib io.github.seancorfield/deps-new :as new
|
||||
RUN clojure -Ttools install-latest :lib com.github.seancorfield/clj-new :as clj-new
|
||||
|
||||
# Add Babashka
|
||||
|
||||
|
Reference in New Issue
Block a user