Not sure this is the channel for this but, have anyone tried to create a new batch of official docker images for Leiningen 2.9.4?
Asking since I upgraded Emacs and now got a very new cider with down the line deps on newer nrepl
Tried to build the images locally but got stuck at:
``
Step 6/9 : ENV PATH=$PATH:$LEIN_INSTALL
---> Running in b9c4d0c8c70a
Removing intermediate container b9c4d0c8c70a
---> 6d422bb26d00
Step 7/9 : ENV LEIN_ROOT 1
---> Running in 6d9b2df46cf2
Removing intermediate container 6d9b2df46cf2
---> 2b38bb1cb178
Step 8/9 : RUN echo ‘(defproject dummy “” :dependencies [[org.clojure/clojure “1.10.1"]])’ > project.clj && lein deps && rm project.clj
---> Running in 52078a436c7a
/usr/local/bin/lein: line 110: unexpected EOF while looking for matching `‘’
/usr/local/bin/lein: line 148: syntax error: unexpected end of file
```And at least now I can’t see where the unmatch is