Skip to content

Commit

Permalink
Update to 12-ea+11
Browse files Browse the repository at this point in the history
  • Loading branch information
docker-library-bot committed Sep 13, 2018
1 parent a7b5f34 commit 0ec2a0d
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
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+10
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/10/GPL/openjdk-12-ea+10_windows-x64_bin.zip
ENV JAVA_SHA256 ad3954511fda449a1840ecccfabed877581204eb1f64decd69614af1831cf2c4
ENV JAVA_VERSION 12-ea+11
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/11/GPL/openjdk-12-ea+11_windows-x64_bin.zip
ENV JAVA_SHA256 1065039397db6f47d45893bf20ecaf301404736b710e0ddd60f49b6480488dfd

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
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+10
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/10/GPL/openjdk-12-ea+10_windows-x64_bin.zip
ENV JAVA_SHA256 ad3954511fda449a1840ecccfabed877581204eb1f64decd69614af1831cf2c4
ENV JAVA_VERSION 12-ea+11
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/11/GPL/openjdk-12-ea+11_windows-x64_bin.zip
ENV JAVA_SHA256 1065039397db6f47d45893bf20ecaf301404736b710e0ddd60f49b6480488dfd

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
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+10
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/10/GPL/openjdk-12-ea+10_windows-x64_bin.zip
ENV JAVA_SHA256 ad3954511fda449a1840ecccfabed877581204eb1f64decd69614af1831cf2c4
ENV JAVA_VERSION 12-ea+11
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/11/GPL/openjdk-12-ea+11_windows-x64_bin.zip
ENV JAVA_SHA256 1065039397db6f47d45893bf20ecaf301404736b710e0ddd60f49b6480488dfd

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

0 comments on commit 0ec2a0d

Please sign in to comment.