Update to use OpenJDK 12 EA24 when building with Java 12 (#8672)

Motivation:

A new EA build was released for Java 12.

Modifications:

Update to OpenJDK 12 EA24

Result:

Use latest OpenJDK 12 build when building with Java 12
This commit is contained in:
Norman Maurer 2018-12-19 11:28:43 +01:00 committed by GitHub
parent 302dac8c45
commit db3c76ed72
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "openjdk@1.12.0-22"
java_version : "openjdk@1.12.0-24"
test:
image: netty:centos-6-1.12

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "openjdk@1.12.0-22"
java_version : "openjdk@1.12.0-24"
test:
image: netty:centos-7-1.12