forked from netty/netty
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Motivation: A new java 8 version was released, lets use it Modifications: Update to java8-242 Result: Use latest java8 version
- Loading branch information
1 parent
663fbaa
commit bbbfd5c
Showing
2 changed files
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 | ||
|