From c4359a766b346268cd1448ca3b1fea51ce159802 Mon Sep 17 00:00:00 2001 From: eclipse-temurin-bot <81643974+eclipse-temurin-bot@users.noreply.github.com> Date: Mon, 27 Jan 2025 15:28:34 +0100 Subject: [PATCH] dockerfile: automated nightly updates (#724) --- 17/jdk/alpine/3.20/Dockerfile | 6 +++--- 17/jdk/alpine/3.21/Dockerfile | 6 +++--- 17/jre/alpine/3.20/Dockerfile | 6 +++--- 17/jre/alpine/3.21/Dockerfile | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/17/jdk/alpine/3.20/Dockerfile b/17/jdk/alpine/3.20/Dockerfile index 7a9e2989..e572bdf6 100644 --- a/17/jdk/alpine/3.20/Dockerfile +++ b/17/jdk/alpine/3.20/Dockerfile @@ -50,14 +50,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-17.0.13+11 +ENV JAVA_VERSION=jdk-17.0.14+7 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ x86_64) \ - ESUM='67632ee4563e9827b56f62ab6da95bce200d9e82092b211988c0d2113abc4071'; \ - BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.13_11.tar.gz'; \ + ESUM='259c85e16f7bbfdfb3e0a2ec1c5d6e2063300d413422286583265a9d8a882358'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.14%2B7/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.14_7.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/17/jdk/alpine/3.21/Dockerfile b/17/jdk/alpine/3.21/Dockerfile index dbe0baf6..89da4e54 100644 --- a/17/jdk/alpine/3.21/Dockerfile +++ b/17/jdk/alpine/3.21/Dockerfile @@ -50,14 +50,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-17.0.13+11 +ENV JAVA_VERSION=jdk-17.0.14+7 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ x86_64) \ - ESUM='67632ee4563e9827b56f62ab6da95bce200d9e82092b211988c0d2113abc4071'; \ - BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.13_11.tar.gz'; \ + ESUM='259c85e16f7bbfdfb3e0a2ec1c5d6e2063300d413422286583265a9d8a882358'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.14%2B7/OpenJDK17U-jdk_x64_alpine-linux_hotspot_17.0.14_7.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/17/jre/alpine/3.20/Dockerfile b/17/jre/alpine/3.20/Dockerfile index 1bac8452..dde5b0e2 100644 --- a/17/jre/alpine/3.20/Dockerfile +++ b/17/jre/alpine/3.20/Dockerfile @@ -47,14 +47,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-17.0.13+11 +ENV JAVA_VERSION=jdk-17.0.14+7 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ x86_64) \ - ESUM='7a2df4e2f86eca649af1e17d990ab8e354cb6dee389606025b9d05f75623c388'; \ - BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jre_x64_alpine-linux_hotspot_17.0.13_11.tar.gz'; \ + ESUM='9dcc53a30676692e604571a6e0bd13ac0c1b15f4bc2b78d19f88bd316075f84a'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.14%2B7/OpenJDK17U-jre_x64_alpine-linux_hotspot_17.0.14_7.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \ diff --git a/17/jre/alpine/3.21/Dockerfile b/17/jre/alpine/3.21/Dockerfile index 953b8ad4..e8713bad 100644 --- a/17/jre/alpine/3.21/Dockerfile +++ b/17/jre/alpine/3.21/Dockerfile @@ -47,14 +47,14 @@ RUN set -eux; \ ; \ rm -rf /var/cache/apk/* -ENV JAVA_VERSION=jdk-17.0.13+11 +ENV JAVA_VERSION=jdk-17.0.14+7 RUN set -eux; \ ARCH="$(apk --print-arch)"; \ case "${ARCH}" in \ x86_64) \ - ESUM='7a2df4e2f86eca649af1e17d990ab8e354cb6dee389606025b9d05f75623c388'; \ - BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.13%2B11/OpenJDK17U-jre_x64_alpine-linux_hotspot_17.0.13_11.tar.gz'; \ + ESUM='9dcc53a30676692e604571a6e0bd13ac0c1b15f4bc2b78d19f88bd316075f84a'; \ + BINARY_URL='https://github.com/adoptium/temurin17-binaries/releases/download/jdk-17.0.14%2B7/OpenJDK17U-jre_x64_alpine-linux_hotspot_17.0.14_7.tar.gz'; \ ;; \ *) \ echo "Unsupported arch: ${ARCH}"; \