Update java patch versions (#10703)

Motivation:

We should use the latest patch releases when building via docker

Modifications:

Update all java versions to the latest patch release

Result:

Use latest releases
This commit is contained in:
Norman Maurer 2020-10-17 20:24:18 +02:00 committed by GitHub
parent e051b5f338
commit f9414d129f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
6 changed files with 6 additions and 6 deletions

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "adopt@1.11.0-7"
java_version : "adopt@1.11.0-8"
test:
image: netty:centos-6-1.11

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "adopt@1.14.0-1"
java_version : "adopt@1.14.0-2"
test:
image: netty:centos-6-1.14

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "adopt@1.8.0-252"
java_version : "adopt@1.8.0-265"
test:
image: netty:centos-6-1.8

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "adopt@1.11.0-7"
java_version : "adopt@1.11.0-8"
test:
image: netty:centos-7-1.11

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "@1.14.0-1"
java_version : "adopt@1.14.0-2"
test:
image: netty:centos-7-1.14

View File

@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "adopt@1.8.0-252"
java_version : "adopt@1.8.0-265"
test:
image: netty:centos-7-1.8