Skip to content

Commit

Permalink
Upgrade java versions (#562)
Browse files Browse the repository at this point in the history
Motivation:

There are new releases of java.

Modifications:

Upgrade java versions to latest release

Result:

Use latest versions on the CI
  • Loading branch information
normanmaurer authored Jul 24, 2023
1 parent 7f9bdcc commit d95c627
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.7-zulu"
java_version : "17.0.8-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.362-zulu"
java_version : "8.0.382-zulu"

build:
image: netty-codec-quic-centos6:centos-6-1.8
Expand Down

0 comments on commit d95c627

Please sign in to comment.