Update to final Java11 release (#8320)
Motivation: We should use final Java11 release during builds. Modifications: Update to final Java11 release Result: Use latest release.
This commit is contained in:
parent
9a3be347af
commit
60a7ece4c3
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "1.11.0-28"
|
java_version : "1.11.0"
|
||||||
|
|
||||||
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 : "7"
|
centos_version : "7"
|
||||||
java_version : "1.11.0-28"
|
java_version : "1.11.0"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.11
|
image: netty:centos-7-1.11
|
||||||
|
Loading…
Reference in New Issue
Block a user