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:
parent
d3535d31be
commit
2c007f8fa6
@ -7,7 +7,7 @@ services:
|
|||||||
build:
|
build:
|
||||||
args:
|
args:
|
||||||
centos_version : "6"
|
centos_version : "6"
|
||||||
java_version : "1.8.202"
|
java_version : "adopt@1.8.202-08"
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: netty:centos-6-1.8
|
image: netty:centos-6-1.8
|
||||||
|
Loading…
Reference in New Issue
Block a user