We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8625340 commit ea063e9Copy full SHA for ea063e9
weasis-distributions/docker/Dockerfile
@@ -24,8 +24,8 @@ RUN set -eux; \
24
ARCH="$(dpkg --print-architecture)"; \
25
case "${ARCH}" in \
26
amd64) \
27
- ESUM='78832cb5ea4074f2215cde0d01d6192d09c87636fc24b36647aea61fb23b8272'; \
28
- BINARY_URL='https://github.com/adoptium/temurin24-binaries/releases/download/jdk-24.0.1%2B9/OpenJDK24U-jdk_x64_linux_hotspot_24.0.1_9.tar.gz'; \
+ ESUM='aea1cc55e51cf651c85f2f00ad021603fe269c4bb6493fa97a321ad770c9b096'; \
+ BINARY_URL='https://github.com/adoptium/temurin24-binaries/releases/download/jdk-24.0.2%2B12/OpenJDK24U-jdk_x64_linux_hotspot_24.0.2_12.tar.gz'; \
29
;; \
30
arm64) \
31
ESUM='a598260e340028d9b2383c23df16aa286769a661bd3bf28a52e8c1a5774b1110'; \
0 commit comments