netty5/docker/docker-compose.centos-6.111.yaml
Norman Maurer a61e844c9a
Use latest java 11 version when building via docker (#9968)
Motivation:

We should update the used java11 version when building via docker to the latest release

Modifications:

Update to 1.11.0-6

Result:

Use latest java11 version
2020-01-28 05:32:31 +01:00

23 lines
348 B
YAML

version: "3"
services:
runtime-setup:
image: netty:centos-6-1.11
build:
args:
centos_version : "6"
java_version : "adopt@1.11.0-6"
test:
image: netty:centos-6-1.11
test-leak:
image: netty:centos-6-1.11
test-boringssl-static:
image: netty:centos-6-1.11
shell:
image: netty:centos-6-1.11