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:
Norman Maurer 2020-01-29 14:56:11 +01:00
parent a2bf0bfd7a
commit e59c86cf7b
2 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "adopt@1.8.0-232"
java_version : "adopt@1.8.0-242"
test:
image: netty:centos-6-1.8

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "adopt@1.8.0-232"
java_version : "adopt@1.8.0-242"
test:
image: netty:centos-7-1.8