Skip to content

Commit b167068

Browse files
authored
updated OpenJDK version from 25 to 25.0.1 per Oct 2025 CPU release (#3033)
Signed-off-by: Aurelio Garcia-Ribeyro <aurelio.garciaribeyro@oracle.com>
1 parent f44783f commit b167068

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

OracleOpenJDK/25/Dockerfile.ol9

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ FROM oraclelinux:9
2525

2626
LABEL maintainer="Aurelio Garcia-Ribeyro <aurelio.garciaribeyro@oracle.com>"
2727

28-
ENV JAVA_URL=https://download.java.net/java/GA/jdk25/bd75d5f9689641da8e1daabeccb5528b/36/GPL \
28+
ENV JAVA_URL=https://download.java.net/java/GA/jdk25.0.1/2fbf10d8c78e40bd87641c434705079d/8/GPL \
2929
JAVA_HOME=/usr/java/jdk-25 \
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-25_linux-"${ARCH}"_bin.tar.gz ; \
52+
JAVA_PKG="$JAVA_URL"/openjdk-25.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)