upgrade 5.6.3

This commit is contained in:
Ulric Qin 2022-04-18 13:41:20 +08:00
parent c829732af0
commit 1dbfe3417b
2 changed files with 3 additions and 3 deletions

View File

@ -2,7 +2,7 @@
NOW = $(shell date -u '+%Y%m%d%I%M%S') NOW = $(shell date -u '+%Y%m%d%I%M%S')
RELEASE_VERSION = 5.6.2 RELEASE_VERSION = 5.6.3
APP = n9e APP = n9e
SERVER_BIN = $(APP) SERVER_BIN = $(APP)

View File

@ -79,7 +79,7 @@ services:
- "server" - "server"
nwebapi: nwebapi:
image: ulric2019/nightingale:5.6.2 image: ulric2019/nightingale:5.6.3
container_name: nwebapi container_name: nwebapi
hostname: nwebapi hostname: nwebapi
restart: always restart: always
@ -107,7 +107,7 @@ services:
- "webapi" - "webapi"
nserver: nserver:
image: ulric2019/nightingale:5.6.2 image: ulric2019/nightingale:5.6.3
container_name: nserver container_name: nserver
hostname: nserver hostname: nserver
restart: always restart: always