upgrade 5.0.0-ga-06
This commit is contained in:
parent
0baf977bc9
commit
64945637e0
2
Makefile
2
Makefile
|
@ -2,7 +2,7 @@
|
|||
|
||||
NOW = $(shell date -u '+%Y%m%d%I%M%S')
|
||||
|
||||
RELEASE_VERSION = 5.0.0-ga-05
|
||||
RELEASE_VERSION = 5.0.0-ga-06
|
||||
|
||||
APP = n9e
|
||||
SERVER_BIN = $(APP)
|
||||
|
|
|
@ -79,7 +79,7 @@ services:
|
|||
- "server"
|
||||
|
||||
nwebapi:
|
||||
image: ulric2019/nightingale:5.0.0-ga-05
|
||||
image: ulric2019/nightingale:5.0.0-ga-06
|
||||
container_name: nwebapi
|
||||
hostname: nwebapi
|
||||
restart: always
|
||||
|
@ -107,7 +107,7 @@ services:
|
|||
- "webapi"
|
||||
|
||||
nserver:
|
||||
image: ulric2019/nightingale:5.0.0-ga-05
|
||||
image: ulric2019/nightingale:5.0.0-ga-06
|
||||
container_name: nserver
|
||||
hostname: nserver
|
||||
restart: always
|
||||
|
|
Loading…
Reference in New Issue