Skip to content

Commit

Permalink
Update to java 8.0.402-zulu (#848)
Browse files Browse the repository at this point in the history
Motivation:

There is an ew java8 release

Modifications:

Update to 8.0.402-zulu

Result:

Use latest release
  • Loading branch information
normanmaurer committed Feb 19, 2024
1 parent 2e9b36d commit 04eea1f
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-6.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "6"
java_version : "8.0.392-zulu"
java_version : "8.0.402-zulu"

build:
image: netty-tcnative-centos:centos-6-1.8
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.debian-7.18.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
build:
args:
debian_version : "7"
java_version : "8.0.392-zulu"
java_version : "8.0.402-zulu"

deploy-dynamic-only:
image: netty-tcnative-debian:debian-7-1.8
Expand Down

0 comments on commit 04eea1f

Please sign in to comment.