change install tools versions based on feedback.

This commit is contained in:
jwhitlark
2023-09-21 18:00:07 +00:00
parent 6d269719ce
commit e8849b73c7

View File

@ -7,10 +7,10 @@ FROM clojure:temurin-20-tools-deps-jammy
# Extra tools # Extra tools
RUN apt-get update && apt-get install -y gpg curl 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-latest :lib io.github.seancorfield/deps-new :as new
RUN clojure -Ttools install com.github.seancorfield/clj-new '{:git/tag "v1.2.399"}' :as clj-new RUN clojure -Ttools install-latest :lib com.github.seancorfield/clj-new :as clj-new
# Add Babashka # Add Babashka