We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9286973 commit d368a4fCopy full SHA for d368a4f
13/jdk/alpine/Dockerfile
@@ -4,9 +4,9 @@ ENV JAVA_HOME /opt/openjdk-13
4
ENV PATH $JAVA_HOME/bin:$PATH
5
6
# 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
+ENV JAVA_VERSION 13-ea+27
+ENV JAVA_URL https://download.java.net/java/early_access/alpine/27/binaries/openjdk-13-ea+27_linux-x64-musl_bin.tar.gz
+ENV JAVA_SHA256 c733a5e2833f3942e7c9be546a6a4d0951e58f09d39adc0f856820d810f9d910
10
# "For Alpine Linux, builds are produced on a reduced schedule and may not be in sync with the other platforms."
11
12
RUN set -eux; \
0 commit comments