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
2525
2626LABEL 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 -; \
You can’t perform that action at this time.
0 commit comments