From 2111698e67fee8c890b947ae414bf22c6087705c Mon Sep 17 00:00:00 2001 From: Jakub Holy Date: Sat, 24 Oct 2020 16:40:55 +0200 Subject: [PATCH] Upgrade to the latest Clojure patch version See https://clojure.org/guides/getting_started#_installation_on_linux --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 636f6109..8f391d90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -375,7 +375,7 @@ RUN mkdir /opt/boot-clj && cd /opt/boot-clj && \ chmod +x boot && \ ln -s /opt/boot-clj/boot /usr/local/bin/boot -RUN curl -sL https://download.clojure.org/install/linux-install-1.10.1.492.sh | bash +RUN curl -sL https://download.clojure.org/install/linux-install-1.10.1.727.sh | bash USER buildbot