Update to latest jdk8 release (#9717)
Motivation: We should use latest jdk8 release to build on CI Modifications: Update to latest adoptjdk release Result: Use latest jdk8
This commit is contained in:
parent
e816018569
commit
3501f82ef2
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.8.222-10"
|
java_version : "adopt@1.8.0-232"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.8
|
image: netty:centos-6-1.8
|
||||||
|
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "7"
|
centos_version : "7"
|
||||||
java_version : "adopt@1.8.222-10"
|
java_version : "adopt@1.8.0-232"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.8
|
image: netty:centos-7-1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user