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
066a180a43
commit
a61e844c9a
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.11.0-5"
|
java_version : "adopt@1.11.0-6"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.11
|
image: netty:centos-6-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt-openj9@1.11.0-5"
|
java_version : "adopt-openj9@1.11.0-6"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-openj9-1.11
|
image: netty:centos-6-openj9-1.11
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "adopt@1.11.0-5"
|
java_version : "adopt@1.11.0-6"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.11
|
image: netty:centos-7-1.11
|
||||||
|
Loading…
Reference in New Issue
Block a user