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/jdk23.0.1/c28985cbf10d4e648e4004050f8781aa/11 /GPL \
28
+ ENV JAVA_URL=https://download.java.net/java/GA/jdk23.0.2/6da2a6609d6e406f85c491fcb119101b/7 /GPL \
29
29
JAVA_HOME=/usr/java/jdk-23 \
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-23.0.1_linux -"${ARCH}"_bin.tar.gz ; \
52
+ JAVA_PKG="$JAVA_URL"/openjdk-23.0.2_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