Skip to content

Commit

Permalink
updated download url and filename to 23.0.2, Jan 2025 CPU
Browse files Browse the repository at this point in the history
Signed-off-by: Aurelio Garcia-Ribeyro <[email protected]>
  • Loading branch information
aureliogrb authored and Djelibeybi committed Jan 22, 2025
1 parent 0f1830b commit 2bf806b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions OracleOpenJDK/23/Dockerfile.ol9
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ FROM oraclelinux:9

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

ENV JAVA_URL=https://download.java.net/java/GA/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11/GPL \
ENV JAVA_URL=https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7/GPL \
JAVA_HOME=/usr/java/jdk-23 \
LANG=en_US.UTF-8

Expand All @@ -49,7 +49,7 @@ RUN set -eux; \
if [ "$ARCH" = "x86_64" ]; \
then ARCH="x64"; \
fi && \
JAVA_PKG="$JAVA_URL"/openjdk-23.0.1_linux-"${ARCH}"_bin.tar.gz ; \
JAVA_PKG="$JAVA_URL"/openjdk-23.0.2_linux-"${ARCH}"_bin.tar.gz ; \
JAVA_SHA256="$(curl "$JAVA_PKG".sha256)" ; \
curl --output /tmp/jdk.tgz "$JAVA_PKG" && \
echo "$JAVA_SHA256" */tmp/jdk.tgz | sha256sum -c -; \
Expand Down

0 comments on commit 2bf806b

Please sign in to comment.