upgrade 5.0.0-ga-03

This commit is contained in:
UlricQin 2021-12-08 22:48:02 +08:00
parent aa2e5f15ee
commit 7ccb2aaa9c
3 changed files with 6 additions and 5 deletions

View File

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

View File

@ -1,4 +1,5 @@
FROM ubuntu:21.04
FROM python:2
#FROM ubuntu:21.04
WORKDIR /app
ADD n9e /app

View File

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