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:
parent
699d3fcd54
commit
a0ce45ac2f
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user