Update java versions (#11217)

This commit is contained in:
Norman Maurer 2021-05-01 12:35:47 +02:00
parent 127644235e
commit 467dc29442
3 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ services:
image: netty:centos-6-1.11 image: netty:centos-6-1.11
build: build:
args: args:
java_version : "adopt@1.11.0-9" java_version : "adopt@1.11.0-11"
build: build:
image: netty:centos-6-1.11 image: netty:centos-6-1.11

View File

@ -8,7 +8,7 @@ services:
args: args:
# use zulu and not adoptjdk for now as adoptjdk15 does not support centos6 # use zulu and not adoptjdk for now as adoptjdk15 does not support centos6
# https://github.com/AdoptOpenJDK/openjdk-build/issues/2097 # https://github.com/AdoptOpenJDK/openjdk-build/issues/2097
java_version : "zulu@1.15.0-1" java_version : "zulu@1.15.0-2"
build: build:
image: netty:centos-6-1.15 image: netty:centos-6-1.15

View File

@ -6,7 +6,7 @@ services:
image: netty:centos-6-openj9-1.11 image: netty:centos-6-openj9-1.11
build: build:
args: args:
java_version : "adopt-openj9@1.11.0-9" java_version : "adopt-openj9@1.11.0-11"
build: build:
image: netty:centos-6-openj9-1.11 image: netty:centos-6-openj9-1.11