upgrade 5.0.0-ga-04

This commit is contained in:
Ulric Qin 2021-12-08 23:57:20 +08:00
parent e0c1bebb13
commit 3e8b110809
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')
RELEASE_VERSION = 5.0.0-ga-03
RELEASE_VERSION = 5.0.0-ga-04
APP = n9e
SERVER_BIN = $(APP)

View File

@ -79,7 +79,7 @@ services:
- "server"
nwebapi:
image: ulric2019/nightingale:5.0.0-ga-03
image: ulric2019/nightingale:5.0.0-ga-04
container_name: nwebapi
hostname: nwebapi
restart: always
@ -107,7 +107,7 @@ services:
- "webapi"
nserver:
image: ulric2019/nightingale:5.0.0-ga-03
image: ulric2019/nightingale:5.0.0-ga-04
container_name: nserver
hostname: nserver
restart: always