Skip to content

Commit d368a4f

Browse files
Update to 13-ea+27
1 parent 9286973 commit d368a4f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: 13/jdk/alpine/Dockerfile

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ ENV JAVA_HOME /opt/openjdk-13
44
ENV PATH $JAVA_HOME/bin:$PATH
55

66
# https://jdk.java.net/
7-
ENV JAVA_VERSION 13-ea+19
8-
ENV JAVA_URL https://download.java.net/java/early_access/alpine/19/binaries/openjdk-13-ea+19_linux-x64-musl_bin.tar.gz
9-
ENV JAVA_SHA256 010ea985fba7e3d89a9170545c4e697da983cffc442b84e65dba3baa771299a5
7+
ENV JAVA_VERSION 13-ea+27
8+
ENV JAVA_URL https://download.java.net/java/early_access/alpine/27/binaries/openjdk-13-ea+27_linux-x64-musl_bin.tar.gz
9+
ENV JAVA_SHA256 c733a5e2833f3942e7c9be546a6a4d0951e58f09d39adc0f856820d810f9d910
1010
# "For Alpine Linux, builds are produced on a reduced schedule and may not be in sync with the other platforms."
1111

1212
RUN set -eux; \

0 commit comments

Comments
 (0)