Update to java8-242 (#9978)
Motivation: A new java 8 version was released, lets use it Modifications: Update to java8-242 Result: Use latest java8 version
This commit is contained in:
parent
a2bf0bfd7a
commit
e59c86cf7b
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "adopt@1.8.0-232"
|
java_version : "adopt@1.8.0-242"
|
||||||
|
|
||||||
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.0-232"
|
java_version : "adopt@1.8.0-242"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-7-1.8
|
image: netty:centos-7-1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user