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 cdf13d7 commit 5caecec
Show file tree
Hide file tree
Showing 3 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
4 changes: 2 additions & 2 deletions 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: "11.0.12-zulu"
java_version: "11.0.13-zulu"

cross-compile-aarch64-common: &cross-compile-aarch64-common
depends_on: [ cross-compile-aarch64-runtime-setup ]
Expand Down Expand Up @@ -56,4 +56,4 @@ services:

cross-compile-aarch64-build:
<<: *cross-compile-aarch64-common
command: /bin/bash -cl "./mvnw -B -ntp -Plinux-aarch64 -pl transport-native-unix-common,transport-native-epoll -am clean package -DskipTests=true"
command: /bin/bash -cl "./mvnw -B -ntp -Plinux-aarch64 -pl transport-native-unix-common,transport-native-epoll -am clean package -DskipTests=true"

0 comments on commit 5caecec

Please sign in to comment.