Skip to content

Commit 07f251a

Browse files
Update to 11-ea+28, debian 11~28-1
1 parent ea58310 commit 07f251a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

11/jdk/windows/windowsservercore-1709/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
1111

1212
# http://jdk.java.net/
1313
ENV JAVA_VERSION 11-ea+28
14-
ENV JAVA_URL https://download.java.net/java/early_access/jdk11/28/GPL/openjdk-11+28_windows-x64_bin.zip
14+
ENV JAVA_URL https://download.java.net/java/GA/jdk11/28/GPL/openjdk-11+28_windows-x64_bin.zip
1515
ENV JAVA_SHA256 fde3b28ca31b86a889c37528f17411cd0b9651beb6fa76cac89a223417910f4b
1616

1717
RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \

11/jdk/windows/windowsservercore-1803/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
1111

1212
# http://jdk.java.net/
1313
ENV JAVA_VERSION 11-ea+28
14-
ENV JAVA_URL https://download.java.net/java/early_access/jdk11/28/GPL/openjdk-11+28_windows-x64_bin.zip
14+
ENV JAVA_URL https://download.java.net/java/GA/jdk11/28/GPL/openjdk-11+28_windows-x64_bin.zip
1515
ENV JAVA_SHA256 fde3b28ca31b86a889c37528f17411cd0b9651beb6fa76cac89a223417910f4b
1616

1717
RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \

11/jdk/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
1111

1212
# http://jdk.java.net/
1313
ENV JAVA_VERSION 11-ea+28
14-
ENV JAVA_URL https://download.java.net/java/early_access/jdk11/28/GPL/openjdk-11+28_windows-x64_bin.zip
14+
ENV JAVA_URL https://download.java.net/java/GA/jdk11/28/GPL/openjdk-11+28_windows-x64_bin.zip
1515
ENV JAVA_SHA256 fde3b28ca31b86a889c37528f17411cd0b9651beb6fa76cac89a223417910f4b
1616

1717
RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \

0 commit comments

Comments
 (0)