File tree Expand file tree Collapse file tree 2 files changed +10
-10
lines changed
Expand file tree Collapse file tree 2 files changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ RUN apt-get update && \
1212 ARCH="$(dpkg --print-architecture)" && \
1313 case "${ARCH}" in \
1414 aarch64|arm64) \
15- ESUM='a9d73e711d967dc44896d4f430f73a68fd33590dabc29a7f2fb9f593425b854c ' ; \
16- BINARY_URL='https://github.com/adoptium/temurin25 -binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_aarch64_linux_hotspot_25.0.2_10 .tar.gz' ; \
15+ ESUM='e8ff1f23c5acef74d1b4937dadd67286d67be06758f5d9dca5478c35bf404e83 ' ; \
16+ BINARY_URL='https://github.com/adoptium/temurin26 -binaries/releases/download/jdk-26%2B35/OpenJDK26U-jdk_aarch64_linux_hotspot_26_35 .tar.gz' ; \
1717 ;; \
1818 amd64|i386:x86-64) \
19- ESUM='987387933b64b9833846dee373b640440d3e1fd48a04804ec01a6dbf718e8ab8 ' ; \
20- BINARY_URL='https://github.com/adoptium/temurin25 -binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_x64_linux_hotspot_25.0.2_10 .tar.gz' ; \
19+ ESUM='68e19ba53b7f1f74635c13f809e5db36cebccf3ae9e752423dd92d2ad7d831ef ' ; \
20+ BINARY_URL='https://github.com/adoptium/temurin26 -binaries/releases/download/jdk-26%2B35/OpenJDK26U-jdk_x64_linux_hotspot_26_35 .tar.gz' ; \
2121 ;; \
2222 *) \
2323 echo "Unsupported arch: ${ARCH}" ; \
@@ -37,7 +37,7 @@ RUN apt-get update && \
3737ENV LANG=en_US.UTF-8 \
3838 LANGUAGE=en_US:en \
3939 LC_ALL=en_US.UTF-8 \
40- JAVA_VERSION=jdk-25.0.2+10 \
40+ JAVA_VERSION=jdk-26+35 \
4141 JAVA_HOME=/usr/local/openjdk \
4242 PATH="/usr/local/openjdk/bin:$PATH"
4343
Original file line number Diff line number Diff line change @@ -10,12 +10,12 @@ RUN apt-get update && \
1010 ARCH="$(dpkg --print-architecture)" && \
1111 case "${ARCH}" in \
1212 aarch64|arm64) \
13- ESUM='a9d73e711d967dc44896d4f430f73a68fd33590dabc29a7f2fb9f593425b854c '; \
14- BINARY_URL='https://github.com/adoptium/temurin25 -binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_aarch64_linux_hotspot_25.0.2_10 .tar.gz'; \
13+ ESUM='e8ff1f23c5acef74d1b4937dadd67286d67be06758f5d9dca5478c35bf404e83 '; \
14+ BINARY_URL='https://github.com/adoptium/temurin26 -binaries/releases/download/jdk-26%2B35/OpenJDK26U-jdk_aarch64_linux_hotspot_26_35 .tar.gz'; \
1515 ;; \
1616 amd64|i386:x86-64) \
17- ESUM='987387933b64b9833846dee373b640440d3e1fd48a04804ec01a6dbf718e8ab8 '; \
18- BINARY_URL='https://github.com/adoptium/temurin25 -binaries/releases/download/jdk-25.0.2%2B10/OpenJDK25U-jdk_x64_linux_hotspot_25.0.2_10 .tar.gz'; \
17+ ESUM='68e19ba53b7f1f74635c13f809e5db36cebccf3ae9e752423dd92d2ad7d831ef '; \
18+ BINARY_URL='https://github.com/adoptium/temurin26 -binaries/releases/download/jdk-26%2B35/OpenJDK26U-jdk_x64_linux_hotspot_26_35 .tar.gz'; \
1919 ;; \
2020 *) \
2121 echo "Unsupported arch: ${ARCH}"; \
@@ -49,7 +49,7 @@ FROM debian:trixie-slim
4949ENV LANG=en_US.UTF-8 \
5050 LANGUAGE=en_US:en \
5151 LC_ALL=en_US.UTF-8 \
52- JAVA_VERSION=jdk-25.0.2+10 \
52+ JAVA_VERSION=jdk-26+35 \
5353 JAVA_HOME=/usr/local/openjdk \
5454 PATH="/usr/local/openjdk/bin:$PATH"
5555
You can’t perform that action at this time.
0 commit comments