Skip to content

Commit 918514c

Browse files
Update to 12-ea+10
1 parent 823517c commit 918514c

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+9
14-
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/9/GPL/openjdk-12-ea+9_windows-x64_bin.zip
15-
ENV JAVA_SHA256 49eb49f808d2beff6c977f2f60aa75f17c8adbb3280bea482816aa6a083b0952
13+
ENV JAVA_VERSION 12-ea+10
14+
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/10/GPL/openjdk-12-ea+10_windows-x64_bin.zip
15+
ENV JAVA_SHA256 ad3954511fda449a1840ecccfabed877581204eb1f64decd69614af1831cf2c4
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+9
14-
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/9/GPL/openjdk-12-ea+9_windows-x64_bin.zip
15-
ENV JAVA_SHA256 49eb49f808d2beff6c977f2f60aa75f17c8adbb3280bea482816aa6a083b0952
13+
ENV JAVA_VERSION 12-ea+10
14+
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/10/GPL/openjdk-12-ea+10_windows-x64_bin.zip
15+
ENV JAVA_SHA256 ad3954511fda449a1840ecccfabed877581204eb1f64decd69614af1831cf2c4
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+9
14-
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/9/GPL/openjdk-12-ea+9_windows-x64_bin.zip
15-
ENV JAVA_SHA256 49eb49f808d2beff6c977f2f60aa75f17c8adbb3280bea482816aa6a083b0952
13+
ENV JAVA_VERSION 12-ea+10
14+
ENV JAVA_URL https://download.java.net/java/early_access/jdk12/10/GPL/openjdk-12-ea+10_windows-x64_bin.zip
15+
ENV JAVA_SHA256 ad3954511fda449a1840ecccfabed877581204eb1f64decd69614af1831cf2c4
1616

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

0 commit comments

Comments
 (0)