Skip to content

Commit

Permalink
Use OpenJDK13 RC (netty#9457)
Browse files Browse the repository at this point in the history
Motivation:

The first release canidate for OpenJDK13 was released.

Modifications:

Update version.

Result:

Use latest OpenJDK13 release
  • Loading branch information
normanmaurer authored Aug 14, 2019
1 parent d45a4ce commit ac939e2
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.113.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]-28"
java_version : "[email protected]"

test:
image: netty:centos-6-1.13
Expand Down
2 changes: 1 addition & 1 deletion docker/docker-compose.centos-7.113.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]-28"
java_version : "[email protected]"

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

0 comments on commit ac939e2

Please sign in to comment.