Skip to content

Commit

Permalink
Upgrade java to latest patch releases (#309)
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 20, 2024
1 parent b8981c2 commit f6086c3
Showing 1 changed file with 1 addition and 1 deletion.
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-http3-centos7:centos-7-1.8
build:
args:
java_version : "8.0.412-zulu"
java_version : "8.0.422-zulu"

build:
image: netty-codec-http3-centos7:centos-7-1.8
Expand Down

0 comments on commit f6086c3

Please sign in to comment.