File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ FROM oraclelinux:9
25
25
26
26
LABEL maintainer="Aurelio Garcia-Ribeyro <aurelio.garciaribeyro@oracle.com>"
27
27
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 \
29
29
JAVA_HOME=/usr/java/jdk-24 \
30
30
LANG=en_US.UTF-8
31
31
@@ -49,7 +49,7 @@ RUN set -eux; \
49
49
if [ "$ARCH" = "x86_64" ]; \
50
50
then ARCH="x64"; \
51
51
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 ; \
53
53
JAVA_SHA256="$(curl "$JAVA_PKG".sha256)" ; \
54
54
curl --output /tmp/jdk.tgz "$JAVA_PKG" && \
55
55
echo "$JAVA_SHA256" */tmp/jdk.tgz | sha256sum -c -; \
You can’t perform that action at this time.
0 commit comments