Skip to content

Commit 2eedac4

Browse files
Update to 12-ea+13
1 parent 11ac138 commit 2eedac4

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

12/jdk/windows/windowsservercore-1709/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
1010
setx /M PATH $newPath
1111

1212
# http://jdk.java.net/
13-
ENV JAVA_VERSION 12-ea+12
14-
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/12/GPL/openjdk-12-ea+12_windows-x64_bin.zip
15-
ENV JAVA_SHA256 0cf74cff43f57e2d73466e257c15e9827bb073f18f2422cbaee20b950312ad7c
13+
ENV JAVA_VERSION 12-ea+13
14+
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/13/GPL/openjdk-12-ea+13_windows-x64_bin.zip
15+
ENV JAVA_SHA256 a74c96ad4913583a1c7b241fe8e4b5069f12b18c293e2a5926673e71b6a08925
1616

1717
RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
1818
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

12/jdk/windows/windowsservercore-1803/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
1010
setx /M PATH $newPath
1111

1212
# http://jdk.java.net/
13-
ENV JAVA_VERSION 12-ea+12
14-
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/12/GPL/openjdk-12-ea+12_windows-x64_bin.zip
15-
ENV JAVA_SHA256 0cf74cff43f57e2d73466e257c15e9827bb073f18f2422cbaee20b950312ad7c
13+
ENV JAVA_VERSION 12-ea+13
14+
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/13/GPL/openjdk-12-ea+13_windows-x64_bin.zip
15+
ENV JAVA_SHA256 a74c96ad4913583a1c7b241fe8e4b5069f12b18c293e2a5926673e71b6a08925
1616

1717
RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
1818
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

12/jdk/windows/windowsservercore-ltsc2016/Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
1010
setx /M PATH $newPath
1111

1212
# http://jdk.java.net/
13-
ENV JAVA_VERSION 12-ea+12
14-
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/12/GPL/openjdk-12-ea+12_windows-x64_bin.zip
15-
ENV JAVA_SHA256 0cf74cff43f57e2d73466e257c15e9827bb073f18f2422cbaee20b950312ad7c
13+
ENV JAVA_VERSION 12-ea+13
14+
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/13/GPL/openjdk-12-ea+13_windows-x64_bin.zip
15+
ENV JAVA_SHA256 a74c96ad4913583a1c7b241fe8e4b5069f12b18c293e2a5926673e71b6a08925
1616

1717
RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
1818
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \

0 commit comments

Comments
 (0)