From 718e076dde38c44f02552448b841e77a2faeb4d0 Mon Sep 17 00:00:00 2001 From: Wes Morgan Date: Wed, 7 Aug 2024 12:00:37 -0600 Subject: [PATCH] Update Dockerfiles to tools-deps 1.11.4.1474 --- target/debian-bookworm-11/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-17/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-21/latest/Dockerfile | 4 ++-- target/debian-bookworm-21/tools-deps/Dockerfile | 4 ++-- target/debian-bookworm-22/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-22/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-22/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-22/tools-deps/Dockerfile | 4 ++-- target/debian-bullseye-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-22-jdk-alpine/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-22-jdk-jammy/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-22-jdk-noble/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-8-jdk-jammy/tools-deps/Dockerfile | 4 ++-- target/eclipse-temurin-8-jdk-noble/tools-deps/Dockerfile | 4 ++-- 36 files changed, 72 insertions(+), 72 deletions(-) diff --git a/target/debian-bookworm-11/tools-deps/Dockerfile b/target/debian-bookworm-11/tools-deps/Dockerfile index fc120b9..4a2e39e 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 3e770cb..6ed461b 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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/latest/Dockerfile b/target/debian-bookworm-21/latest/Dockerfile index 355867d..25f4c55 100644 --- a/target/debian-bookworm-21/latest/Dockerfile +++ b/target/debian-bookworm-21/latest/Dockerfile @@ -45,7 +45,7 @@ RUN echo '(defproject dummy "" :dependencies [[org.clojure/clojure "1.11.3"]])' && lein deps && rm project.clj ### INSTALL TOOLS-DEPS ### -ENV CLOJURE_VERSION=1.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 94cb75f..a33d5d9 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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-22/tools-deps/Dockerfile b/target/debian-bookworm-22/tools-deps/Dockerfile index 94ce9f4..dcecd66 100644 --- a/target/debian-bookworm-22/tools-deps/Dockerfile +++ b/target/debian-bookworm-22/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:22 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 efd9af2..8388d48 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 ed754c1..63750e9 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 ebb2192..453c919 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 02abf2d..d6cf15f 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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-22/tools-deps/Dockerfile b/target/debian-bookworm-slim-22/tools-deps/Dockerfile index 1fab9cd..e69cf74 100644 --- a/target/debian-bookworm-slim-22/tools-deps/Dockerfile +++ b/target/debian-bookworm-slim-22/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:22 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 82814de..e231a67 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 cb47ed1..03e44ae 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 62bb4d1..416ca21 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 55962a6..24aeadd 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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-22/tools-deps/Dockerfile b/target/debian-bullseye-22/tools-deps/Dockerfile index ccdb977..e7c17ff 100644 --- a/target/debian-bullseye-22/tools-deps/Dockerfile +++ b/target/debian-bullseye-22/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:22 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 cfeac94..5ddffaf 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 d00c9dd..b171483 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 5510254..2e8152b 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 4564017..53e3d8a 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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-22/tools-deps/Dockerfile b/target/debian-bullseye-slim-22/tools-deps/Dockerfile index 84e90de..b068384 100644 --- a/target/debian-bullseye-slim-22/tools-deps/Dockerfile +++ b/target/debian-bullseye-slim-22/tools-deps/Dockerfile @@ -4,7 +4,7 @@ ENV JAVA_HOME=/opt/java/openjdk COPY --from=eclipse-temurin:22 $JAVA_HOME $JAVA_HOME ENV PATH="${JAVA_HOME}/bin:${PATH}" -ENV CLOJURE_VERSION=1.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 d9961cb..bfc1004 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 5c8e582..ce31957 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 WORKDIR /tmp @@ -8,7 +8,7 @@ RUN \ apk add --no-cache curl bash make git && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 ed59ab9..9f5f6db 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 93dc3bf..8b3fe23 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 2020999..d0ae1d3 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 WORKDIR /tmp @@ -8,7 +8,7 @@ RUN \ apk add --no-cache curl bash make git && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 1227695..5ff3feb 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 4af0412..f747108 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 9b7b757..230a51f 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 WORKDIR /tmp @@ -8,7 +8,7 @@ RUN \ apk add --no-cache curl bash make git && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 c1b7b53..68d5676 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 0cd6fd6..da0c17e 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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-22-jdk-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-22-jdk-alpine/tools-deps/Dockerfile index c0a6c2d..8045ad7 100644 --- a/target/eclipse-temurin-22-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-22-jdk-alpine/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:22-jdk-alpine -ENV CLOJURE_VERSION=1.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 WORKDIR /tmp @@ -8,7 +8,7 @@ RUN \ apk add --no-cache curl bash make git && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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-22-jdk-jammy/tools-deps/Dockerfile b/target/eclipse-temurin-22-jdk-jammy/tools-deps/Dockerfile index 3cf1d29..a8bdda3 100644 --- a/target/eclipse-temurin-22-jdk-jammy/tools-deps/Dockerfile +++ b/target/eclipse-temurin-22-jdk-jammy/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:22-jdk-jammy -ENV CLOJURE_VERSION=1.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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-22-jdk-noble/tools-deps/Dockerfile b/target/eclipse-temurin-22-jdk-noble/tools-deps/Dockerfile index c31e13a..dae1f38 100644 --- a/target/eclipse-temurin-22-jdk-noble/tools-deps/Dockerfile +++ b/target/eclipse-temurin-22-jdk-noble/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:22-jdk-noble -ENV CLOJURE_VERSION=1.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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-alpine/tools-deps/Dockerfile b/target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile index b3b8de0..2041383 100644 --- a/target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile +++ b/target/eclipse-temurin-8-jdk-alpine/tools-deps/Dockerfile @@ -1,6 +1,6 @@ FROM eclipse-temurin:8-jdk-alpine -ENV CLOJURE_VERSION=1.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 WORKDIR /tmp @@ -8,7 +8,7 @@ RUN \ apk add --no-cache curl bash make git && \ curl -fsSLO https://download.clojure.org/install/linux-install-$CLOJURE_VERSION.sh && \ sha256sum linux-install-$CLOJURE_VERSION.sh && \ -echo "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 96c8404..a81db9b 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 8de31f1..4e83b1c 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.11.3.1456 +ENV CLOJURE_VERSION=1.11.4.1474 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 "2f5edc801133c72a49e990816b0e245beb8b4e35a85524b4dd0b3fa03a4a5365 *linux-install-$CLOJURE_VERSION.sh" | sha256sum -c - && \ +echo "b23a784c048e4a5b1fc4bcddaea07abcf476621a97d98bbf4f4726c3375d6e98 *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 && \