Skip to content

Commit

Permalink
Update to 12-ea+13
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Sep 27, 2018
1 parent 11ac138 commit 2eedac4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions 12/jdk/windows/windowsservercore-1709/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
setx /M PATH $newPath

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

RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Expand Down
6 changes: 3 additions & 3 deletions 12/jdk/windows/windowsservercore-1803/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
setx /M PATH $newPath

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

RUN Write-Host ('Downloading {0} ...' -f $env:JAVA_URL); \
[Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
Expand Down
6 changes: 3 additions & 3 deletions 12/jdk/windows/windowsservercore-ltsc2016/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ RUN $newPath = ('{0}\bin;{1}' -f $env:JAVA_HOME, $env:PATH); \
setx /M PATH $newPath

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

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

0 comments on commit 2eedac4

Please sign in to comment.