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:
Norman Maurer 2019-10-28 10:30:55 +01:00
parent e816018569
commit 3501f82ef2
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.222-10"
java_version : "adopt@1.8.0-232"
test:
image: netty:centos-6-1.8

View File

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