From b194f88a24c32a5f7de89a71a880b8b3253b3033 Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Fri, 15 May 2026 10:02:13 -0600 Subject: [PATCH 1/2] Update tools-deps to 1.12.5.1645 --- src/docker_clojure/config.clj | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/docker_clojure/config.clj b/src/docker_clojure/config.clj index 294ae21b..37d6b6a8 100644 --- a/src/docker_clojure/config.clj +++ b/src/docker_clojure/config.clj @@ -106,15 +106,15 @@ (def build-tools {"lein" "2.12.0" - "tools-deps" "1.12.5.1638"}) + "tools-deps" "1.12.5.1645"}) (def default-build-tool "tools-deps") (def installer-hashes {"lein" {"2.11.2" "28a1a62668c5f427b413a8677e376affaa995f023b1fcd06e2d4c98ac1df5f3e" "2.12.0" "12a9c5e3a2471619ca3d64a7462f920fdf713ae8959eb4fcd6257c23332b5aa4"} - "tools-deps" {"1.12.4.1618" "8a49ab11a639ce1d49e5459a7bfa8fcc74684ad3bc9acd181e3adc7a662918cf" - "1.12.5.1638" "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5"}}) + "tools-deps" {"1.12.5.1638" "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5" + "1.12.5.1645" "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd"}}) (def exclusions ; don't build these for whatever reason(s) #{;; No more jammy builds for JDK 23+ From 27b4e4f5f4882650e9df988a0e6cab0cb9c7c66e Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Fri, 15 May 2026 10:02:26 -0600 Subject: [PATCH 2/2] Update tools-deps Dockerfiles to 1.12.5.1645 --- target/debian-bookworm-11/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-17/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-21/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-25/latest/Dockerfile | 4 ++-- target/debian-bookworm-25/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-26/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-8/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-slim-11/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-slim-17/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-slim-21/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-slim-25/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-slim-26/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-slim-8/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-11/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-17/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-21/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-25/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-26/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-8/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-slim-11/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-slim-17/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-slim-21/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-slim-25/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-slim-26/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-slim-8/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-11/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-17/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-21/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-25/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-26/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-8/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-slim-11/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-slim-17/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-slim-21/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-slim-25/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-slim-26/tools-deps/Dockerfile | 4 ++-- target/debian-trixie-slim-8/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-11-jdk-alpine/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-11-jdk-jammy/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-11-jdk-noble/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-17-jdk-alpine/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-17-jdk-jammy/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-17-jdk-noble/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-21-jdk-alpine/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-21-jdk-jammy/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-21-jdk-noble/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-25-jdk-alpine/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-25-jdk-noble/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-26-jdk-alpine/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-26-jdk-noble/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-8-jdk-noble/tools-deps/Dockerfile | 4 ++-- 52 files changed, 104 insertions(+), 104 deletions(-) diff --git a/target/debian-bookworm-11/tools-deps/Dockerfile b/target/debian-bookworm-11/tools-deps/Dockerfile index c7f2134b..14948649 100644 --- a/target/debian-bookworm-11/tools-deps/Dockerfile +++ b/target/debian-bookworm-11/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:11 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-17/tools-deps/Dockerfile b/target/debian-bookworm-17/tools-deps/Dockerfile index eb550b76..28ccd999 100644 --- a/target/debian-bookworm-17/tools-deps/Dockerfile +++ b/target/debian-bookworm-17/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-21/tools-deps/Dockerfile b/target/debian-bookworm-21/tools-deps/Dockerfile index efc32bda..03c920ff 100644 --- a/target/debian-bookworm-21/tools-deps/Dockerfile +++ b/target/debian-bookworm-21/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-25/latest/Dockerfile b/target/debian-bookworm-25/latest/Dockerfile index 771e0b85..3f5507af 100644 --- a/target/debian-bookworm-25/latest/Dockerfile +++ b/target/debian-bookworm-25/latest/Dockerfile @@ -45,7 +45,7 @@ RUN echo '(defproject dummy "" :dependencies [[org.clojure/clojure "1.12.1"]])' && lein deps && rm project.clj ### INSTALL TOOLS-DEPS ### -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -55,7 +55,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-25/tools-deps/Dockerfile b/target/debian-bookworm-25/tools-deps/Dockerfile index cc82eb4f..f424c7d8 100644 --- a/target/debian-bookworm-25/tools-deps/Dockerfile +++ b/target/debian-bookworm-25/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:25 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-26/tools-deps/Dockerfile b/target/debian-bookworm-26/tools-deps/Dockerfile index 2c233f6f..0e20e336 100644 --- a/target/debian-bookworm-26/tools-deps/Dockerfile +++ b/target/debian-bookworm-26/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:26 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-8/tools-deps/Dockerfile b/target/debian-bookworm-8/tools-deps/Dockerfile index 9bc4233f..3c8d91b3 100644 --- a/target/debian-bookworm-8/tools-deps/Dockerfile +++ b/target/debian-bookworm-8/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:8 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-slim-11/tools-deps/Dockerfile b/target/debian-bookworm-slim-11/tools-deps/Dockerfile index d197e995..c4e4e33e 100644 --- a/target/debian-bookworm-slim-11/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-11/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:11 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-slim-17/tools-deps/Dockerfile b/target/debian-bookworm-slim-17/tools-deps/Dockerfile index dad18ac6..bad65c80 100644 --- a/target/debian-bookworm-slim-17/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-17/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-slim-21/tools-deps/Dockerfile b/target/debian-bookworm-slim-21/tools-deps/Dockerfile index e36d7683..0c727bf6 100644 --- a/target/debian-bookworm-slim-21/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-21/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-slim-25/tools-deps/Dockerfile b/target/debian-bookworm-slim-25/tools-deps/Dockerfile index b704ce5e..76ebb5fe 100644 --- a/target/debian-bookworm-slim-25/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-25/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:25 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-slim-26/tools-deps/Dockerfile b/target/debian-bookworm-slim-26/tools-deps/Dockerfile index c9603b3c..98c0e032 100644 --- a/target/debian-bookworm-slim-26/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-26/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:26 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bookworm-slim-8/tools-deps/Dockerfile b/target/debian-bookworm-slim-8/tools-deps/Dockerfile index e98b6dab..b07c2725 100644 --- a/target/debian-bookworm-slim-8/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-8/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:8 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-11/tools-deps/Dockerfile b/target/debian-bullseye-11/tools-deps/Dockerfile index e6bfe13b..4b5ac663 100644 --- a/target/debian-bullseye-11/tools-deps/Dockerfile +++ b/target/debian-bullseye-11/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:11 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-17/tools-deps/Dockerfile b/target/debian-bullseye-17/tools-deps/Dockerfile index 3f6f75ad..10d34af4 100644 --- a/target/debian-bullseye-17/tools-deps/Dockerfile +++ b/target/debian-bullseye-17/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-21/tools-deps/Dockerfile b/target/debian-bullseye-21/tools-deps/Dockerfile index 6868c556..b6ba7887 100644 --- a/target/debian-bullseye-21/tools-deps/Dockerfile +++ b/target/debian-bullseye-21/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-25/tools-deps/Dockerfile b/target/debian-bullseye-25/tools-deps/Dockerfile index 850d3a3d..5f5803df 100644 --- a/target/debian-bullseye-25/tools-deps/Dockerfile +++ b/target/debian-bullseye-25/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:25 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-26/tools-deps/Dockerfile b/target/debian-bullseye-26/tools-deps/Dockerfile index 9b64b5a8..6c427ac6 100644 --- a/target/debian-bullseye-26/tools-deps/Dockerfile +++ b/target/debian-bullseye-26/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:26 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-8/tools-deps/Dockerfile b/target/debian-bullseye-8/tools-deps/Dockerfile index a4fe4f44..471ecb27 100644 --- a/target/debian-bullseye-8/tools-deps/Dockerfile +++ b/target/debian-bullseye-8/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:8 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-slim-11/tools-deps/Dockerfile b/target/debian-bullseye-slim-11/tools-deps/Dockerfile index a1fd4395..f4055d35 100644 --- a/target/debian-bullseye-slim-11/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-11/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:11 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-slim-17/tools-deps/Dockerfile b/target/debian-bullseye-slim-17/tools-deps/Dockerfile index 0b749735..f0de0491 100644 --- a/target/debian-bullseye-slim-17/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-17/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-slim-21/tools-deps/Dockerfile b/target/debian-bullseye-slim-21/tools-deps/Dockerfile index bafe1ff7..1326a62e 100644 --- a/target/debian-bullseye-slim-21/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-21/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-slim-25/tools-deps/Dockerfile b/target/debian-bullseye-slim-25/tools-deps/Dockerfile index 1433e873..e761ddab 100644 --- a/target/debian-bullseye-slim-25/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-25/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:25 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-slim-26/tools-deps/Dockerfile b/target/debian-bullseye-slim-26/tools-deps/Dockerfile index 337c3801..1088f363 100644 --- a/target/debian-bullseye-slim-26/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-26/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:26 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-bullseye-slim-8/tools-deps/Dockerfile b/target/debian-bullseye-slim-8/tools-deps/Dockerfile index 72ea5460..575c6589 100644 --- a/target/debian-bullseye-slim-8/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-8/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:8 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-11/tools-deps/Dockerfile b/target/debian-trixie-11/tools-deps/Dockerfile index 7bd2038f..59854824 100644 --- a/target/debian-trixie-11/tools-deps/Dockerfile +++ b/target/debian-trixie-11/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:11 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-17/tools-deps/Dockerfile b/target/debian-trixie-17/tools-deps/Dockerfile index 4ac475a5..7d0446e9 100644 --- a/target/debian-trixie-17/tools-deps/Dockerfile +++ b/target/debian-trixie-17/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-21/tools-deps/Dockerfile b/target/debian-trixie-21/tools-deps/Dockerfile index 2401d99b..02049089 100644 --- a/target/debian-trixie-21/tools-deps/Dockerfile +++ b/target/debian-trixie-21/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-25/tools-deps/Dockerfile b/target/debian-trixie-25/tools-deps/Dockerfile index 2703b1b3..c09cb50e 100644 --- a/target/debian-trixie-25/tools-deps/Dockerfile +++ b/target/debian-trixie-25/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:25 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-26/tools-deps/Dockerfile b/target/debian-trixie-26/tools-deps/Dockerfile index 1435b656..6355ec7f 100644 --- a/target/debian-trixie-26/tools-deps/Dockerfile +++ b/target/debian-trixie-26/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:26 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-8/tools-deps/Dockerfile b/target/debian-trixie-8/tools-deps/Dockerfile index f6ac2c0e..208e3500 100644 --- a/target/debian-trixie-8/tools-deps/Dockerfile +++ b/target/debian-trixie-8/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:8 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-slim-11/tools-deps/Dockerfile b/target/debian-trixie-slim-11/tools-deps/Dockerfile index 555e53d2..bce580cc 100644 --- a/target/debian-trixie-slim-11/tools-deps/Dockerfile +++ b/target/debian-trixie-slim-11/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:11 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-slim-17/tools-deps/Dockerfile b/target/debian-trixie-slim-17/tools-deps/Dockerfile index 5dc403d2..3d6bf562 100644 --- a/target/debian-trixie-slim-17/tools-deps/Dockerfile +++ b/target/debian-trixie-slim-17/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:17 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-slim-21/tools-deps/Dockerfile b/target/debian-trixie-slim-21/tools-deps/Dockerfile index 1cb70f4d..109de76d 100644 --- a/target/debian-trixie-slim-21/tools-deps/Dockerfile +++ b/target/debian-trixie-slim-21/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:21 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-slim-25/tools-deps/Dockerfile b/target/debian-trixie-slim-25/tools-deps/Dockerfile index f666b5f6..ace45136 100644 --- a/target/debian-trixie-slim-25/tools-deps/Dockerfile +++ b/target/debian-trixie-slim-25/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:25 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-slim-26/tools-deps/Dockerfile b/target/debian-trixie-slim-26/tools-deps/Dockerfile index f44f42d7..3308b8af 100644 --- a/target/debian-trixie-slim-26/tools-deps/Dockerfile +++ b/target/debian-trixie-slim-26/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:26 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/debian-trixie-slim-8/tools-deps/Dockerfile b/target/debian-trixie-slim-8/tools-deps/Dockerfile index cef57e5c..b0784108 100644 --- a/target/debian-trixie-slim-8/tools-deps/Dockerfile +++ b/target/debian-trixie-slim-8/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:8 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -14,7 +14,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-11-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-11-jdk-alpine/tools-deps/Dockerfile index 3acc4510..e8185212 100644 --- a/target/eclipse-temurin-11-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-11-jdk-alpine/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:11-jdk-alpine -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -8,7 +8,7 @@ RUN \ apk add --no-cache curl bash make git rlwrap && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-11-jdk-jammy/tools-deps/Dockerfile b/target/eclipse-temurin-11-jdk-jammy/tools-deps/Dockerfile index 7f784cfd..ff5e1c81 100644 --- a/target/eclipse-temurin-11-jdk-jammy/tools-deps/Dockerfile +++ b/target/eclipse-temurin-11-jdk-jammy/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:11-jdk-jammy -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -10,7 +10,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-11-jdk-noble/tools-deps/Dockerfile b/target/eclipse-temurin-11-jdk-noble/tools-deps/Dockerfile index 1b0654b5..f0c8016d 100644 --- a/target/eclipse-temurin-11-jdk-noble/tools-deps/Dockerfile +++ b/target/eclipse-temurin-11-jdk-noble/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:11-jdk-noble -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -10,7 +10,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-17-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-17-jdk-alpine/tools-deps/Dockerfile index 462cde44..7292a8ef 100644 --- a/target/eclipse-temurin-17-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-17-jdk-alpine/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jdk-alpine -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -8,7 +8,7 @@ RUN \ apk add --no-cache curl bash make git rlwrap && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-17-jdk-jammy/tools-deps/Dockerfile b/target/eclipse-temurin-17-jdk-jammy/tools-deps/Dockerfile index 5c52ec2a..8d935e36 100644 --- a/target/eclipse-temurin-17-jdk-jammy/tools-deps/Dockerfile +++ b/target/eclipse-temurin-17-jdk-jammy/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jdk-jammy -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -10,7 +10,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-17-jdk-noble/tools-deps/Dockerfile b/target/eclipse-temurin-17-jdk-noble/tools-deps/Dockerfile index 375cf508..31a8f138 100644 --- a/target/eclipse-temurin-17-jdk-noble/tools-deps/Dockerfile +++ b/target/eclipse-temurin-17-jdk-noble/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:17-jdk-noble -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -10,7 +10,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-21-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-21-jdk-alpine/tools-deps/Dockerfile index 084855cb..4b3e577a 100644 --- a/target/eclipse-temurin-21-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-21-jdk-alpine/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:21-jdk-alpine -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -8,7 +8,7 @@ RUN \ apk add --no-cache curl bash make git rlwrap && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-21-jdk-jammy/tools-deps/Dockerfile b/target/eclipse-temurin-21-jdk-jammy/tools-deps/Dockerfile index 8fba462a..a8cd6b90 100644 --- a/target/eclipse-temurin-21-jdk-jammy/tools-deps/Dockerfile +++ b/target/eclipse-temurin-21-jdk-jammy/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:21-jdk-jammy -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -10,7 +10,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-21-jdk-noble/tools-deps/Dockerfile b/target/eclipse-temurin-21-jdk-noble/tools-deps/Dockerfile index a647c3df..bc105839 100644 --- a/target/eclipse-temurin-21-jdk-noble/tools-deps/Dockerfile +++ b/target/eclipse-temurin-21-jdk-noble/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:21-jdk-noble -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -10,7 +10,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-25-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-25-jdk-alpine/tools-deps/Dockerfile index 6e94ab81..36ca712e 100644 --- a/target/eclipse-temurin-25-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-25-jdk-alpine/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:25-jdk-alpine -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -8,7 +8,7 @@ RUN \ apk add --no-cache curl bash make git rlwrap && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-25-jdk-noble/tools-deps/Dockerfile b/target/eclipse-temurin-25-jdk-noble/tools-deps/Dockerfile index 6eaffce5..14a52d6d 100644 --- a/target/eclipse-temurin-25-jdk-noble/tools-deps/Dockerfile +++ b/target/eclipse-temurin-25-jdk-noble/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:25-jdk-noble -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -10,7 +10,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-26-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-26-jdk-alpine/tools-deps/Dockerfile index 2b782bd0..3bcb14dc 100644 --- a/target/eclipse-temurin-26-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-26-jdk-alpine/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:26-jdk-alpine -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -8,7 +8,7 @@ RUN \ apk add --no-cache curl bash make git rlwrap && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-26-jdk-noble/tools-deps/Dockerfile b/target/eclipse-temurin-26-jdk-noble/tools-deps/Dockerfile index 5df39d73..a35c8c2a 100644 --- a/target/eclipse-temurin-26-jdk-noble/tools-deps/Dockerfile +++ b/target/eclipse-temurin-26-jdk-noble/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:26-jdk-noble -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -10,7 +10,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile b/target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile index 1e4179d9..1de230b7 100644 --- a/target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile +++ b/target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:8-jdk-jammy -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -10,7 +10,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \ diff --git a/target/eclipse-temurin-8-jdk-noble/tools-deps/Dockerfile b/target/eclipse-temurin-8-jdk-noble/tools-deps/Dockerfile index b54d9fbf..4de5aebc 100644 --- a/target/eclipse-temurin-8-jdk-noble/tools-deps/Dockerfile +++ b/target/eclipse-temurin-8-jdk-noble/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:8-jdk-noble -ENV CLOJURE_VERSION=1.12.5.1638 +ENV CLOJURE_VERSION=1.12.5.1645 WORKDIR /tmp @@ -10,7 +10,7 @@ apt-get install -y curl make git rlwrap && \ rm -rf /var/lib/apt/lists/* && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "bccfca8c437514786f0827a11195b89b833357b2a668091f4321b451b2e36df5 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "3d6e8428fd4c7f76de9f87f77b2347f293109f4e88fb20c154b3fa34a7f687dd *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ chmod +x linux-install-$CLOJURE_VERSION.sh && \ ./linux-install-$CLOJURE_VERSION.sh && \ rm linux-install-$CLOJURE_VERSION.sh && \