Skip to content

Commit

Permalink
Upgrade java to latest patch releases (java-native-access#738)
Browse files Browse the repository at this point in the history
Motivation:

We are behind on the java patch releases used during build

Modifications:

Bump up java versions in docker-compose files

Result:

Use latest java versions
  • Loading branch information
normanmaurer authored Jul 23, 2024
1 parent 1986803 commit 77837d7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.117.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
image: netty-codec-quic-centos6:centos-6-1.17
build:
args:
java_version : "17.0.11-zulu"
java_version : "17.0.12-zulu"

build:
image: netty-codec-quic-centos6:centos-6-1.17
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
image: netty-codec-quic-centos6:centos-6-1.8
build:
args:
java_version : "8.0.412-zulu"
java_version : "8.0.422-zulu"

build:
image: netty-codec-quic-centos6:centos-6-1.8
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.21.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
image: netty-codec-quic-centos7:centos-7-21
build:
args:
java_version : "21.0.3-zulu"
java_version : "21.0.4-zulu"

build:
image: netty-codec-quic-centos7:centos-7-21
Expand Down

0 comments on commit 77837d7

Please sign in to comment.