Also use adoptjdk builds when using docker-sync (#8971)

Motivation:

We recently changed the docker config to use adoptjdk builds but missed to include the docker-sync related files.

Modifications:

Use adoptjdk there as well.

Result:

More conistent usage of JDK versions.
This commit is contained in:
Norman Maurer 2019-03-23 17:12:44 +01:00
parent d3535d31be
commit 2c007f8fa6

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "1.8.202"
java_version : "adopt@1.8.202-08"
test:
image: netty:centos-6-1.8