Skip to content

Commit 67898f3

Browse files
aureliogrbDjelibeybi
authored andcommitted
Updated OpenJDK from 24 to 24.0.1
Signed-off-by: Aurelio Garcia-Ribeyro <[email protected]>
1 parent bc16024 commit 67898f3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OracleOpenJDK/24/Dockerfile.ol9

+2-2
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM oraclelinux:9
2525

2626
LABEL maintainer="Aurelio Garcia-Ribeyro <[email protected]>"
2727

28-
ENV JAVA_URL=https://download.java.net/java/GA/jdk24/1f9ff9062db4449d8ca828c504ffae90/36/GPL \
28+
ENV JAVA_URL=https://download.java.net/java/GA/jdk24.0.1/24a58e0e276943138bf3e963e6291ac2/9/GPL \
2929
JAVA_HOME=/usr/java/jdk-24 \
3030
LANG=en_US.UTF-8
3131

@@ -49,7 +49,7 @@ RUN set -eux; \
4949
if [ "$ARCH" = "x86_64" ]; \
5050
then ARCH="x64"; \
5151
fi && \
52-
JAVA_PKG="$JAVA_URL"/openjdk-24_linux-"${ARCH}"_bin.tar.gz ; \
52+
JAVA_PKG="$JAVA_URL"/openjdk-24.0.1_linux-"${ARCH}"_bin.tar.gz ; \
5353
JAVA_SHA256="$(curl "$JAVA_PKG".sha256)" ; \
5454
curl --output /tmp/jdk.tgz "$JAVA_PKG" && \
5555
echo "$JAVA_SHA256" */tmp/jdk.tgz | sha256sum -c -; \

0 commit comments

Comments
 (0)