Skip to content

Commit

Permalink
Update java versions to latest update (#11812)
Browse files Browse the repository at this point in the history
Motivation:

New java updates were released

Modifications:

Update java versions

Result:

Build with latest version
  • Loading branch information
normanmaurer committed Nov 1, 2021
1 parent 2a028dd commit d6f029c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.111.yaml
Expand Up @@ -6,7 +6,7 @@ services:
image: netty:centos-6-1.11
build:
args:
java_version : "11.0.12-zulu"
java_version : "11.0.13-zulu"

build:
image: netty:centos-6-1.11
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.117.yaml
Expand Up @@ -6,7 +6,7 @@ services:
image: netty:centos-7-1.17
build:
args:
java_version : "17.0.0-zulu"
java_version : "17.0.1-zulu"

build:
image: netty:centos-7-1.17
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-6.18.yaml
Expand Up @@ -6,7 +6,7 @@ services:
image: netty:centos-6-1.8
build:
args:
java_version : "8.0.302-zulu"
java_version : "8.0.312-zulu"

build:
image: netty:centos-6-1.8
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.yaml
Expand Up @@ -10,7 +10,7 @@ services:
dockerfile: docker/Dockerfile.cross_compile_aarch64
args:
gcc_version: "10.2-2020.11"
java_version: "8.0.302-zulu"
java_version: "8.0.312-zulu"

cross-compile-aarch64-common: &cross-compile-aarch64-common
depends_on: [ cross-compile-aarch64-runtime-setup ]
Expand Down

0 comments on commit d6f029c

Please sign in to comment.