Use latest java 11 version when building via docker (#9968)

Motivation:

We should update the used java11 version when building via docker to the latest release

Modifications:

Update to 1.11.0-6

Result:

Use latest java11 version
This commit is contained in:
Norman Maurer 2020-01-28 05:32:31 +01:00
parent 699d3fcd54
commit a0ce45ac2f
3 changed files with 3 additions and 3 deletions

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "adopt@1.11.0-5"
java_version : "adopt@1.11.0-6"
test:
image: netty:centos-6-1.11

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "adopt-openj9@1.11.0-5"
java_version : "adopt-openj9@1.11.0-6"
test:
image: netty:centos-6-openj9-1.11

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "adopt@1.11.0-5"
java_version : "adopt@1.11.0-6"
test:
image: netty:centos-7-1.11