Skip to content

Commit

Permalink
Update to java8-242 (netty#9978)
Browse files Browse the repository at this point in the history
Motivation:

A new java 8 version was released, lets use it

Modifications:

Update to java8-242

Result:

Use latest java8 version
  • Loading branch information
normanmaurer authored Jan 29, 2020
1 parent 663fbaa commit bbbfd5c
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 : "[email protected]232"
java_version : "[email protected]242"

test:
image: netty:centos-6-1.8
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 @@ -7,7 +7,7 @@ services:
build:
args:
centos_version : "7"
java_version : "[email protected]232"
java_version : "[email protected]242"

test:
image: netty:centos-7-1.8
Expand Down

0 comments on commit bbbfd5c

Please sign in to comment.