Skip to content

Commit

Permalink
upgrade 5.9.4
Browse files Browse the repository at this point in the history
  • Loading branch information
UlricQin committed Jul 5, 2022
1 parent a9288e3 commit bfe340d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

NOW = $(shell date -u '+%Y%m%d%I%M%S')

RELEASE_VERSION = 5.9.3
RELEASE_VERSION = 5.9.4

APP = n9e
SERVER_BIN = $(APP)
Expand Down
4 changes: 2 additions & 2 deletions docker/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
sh -c "/wait && /app/ibex server"
nwebapi:
image: ulric2019/nightingale:5.9.3
image: ulric2019/nightingale:5.9.4
container_name: nwebapi
hostname: nwebapi
restart: always
Expand Down Expand Up @@ -107,7 +107,7 @@ services:
sh -c "/wait && /app/n9e webapi"
nserver:
image: ulric2019/nightingale:5.9.3
image: ulric2019/nightingale:5.9.4
container_name: nserver
hostname: nserver
restart: always
Expand Down

0 comments on commit bfe340d

Please sign in to comment.