update:1.2.0

This commit is contained in:
divenswu 2022-06-26 21:46:30 +08:00
parent 125142cb1e
commit 0dd196be6e
3 changed files with 3 additions and 3 deletions

View File

@ -64,7 +64,7 @@ services:
visual-facesearch:
container_name: face-search-server-standalone
image: divenswu/face-search:1.1.0
image: divenswu/face-search:1.2.0
environment:
SPRING_DATASOURCE_URL: 'jdbc:mysql://visual-mysql:3306/visual_face_search?useUnicode=true&characterEncoding=utf8'
SPRING_DATASOURCE_USERNAME: root

View File

@ -30,7 +30,7 @@ services:
visual-facesearch:
container_name: face-search-server-standalone
image: divenswu/face-search:1.1.0
image: divenswu/face-search:1.2.0
environment:
SPRING_DATASOURCE_URL: 'jdbc:mysql://visual-mysql:3306/visual_face_search?useUnicode=true&characterEncoding=utf8'
SPRING_DATASOURCE_USERNAME: root

View File

@ -1,4 +1,4 @@
version='1.1.0'
version='1.2.0'
SHELL_FOLDER=$(cd "$(dirname "$0")";pwd)
cd ${SHELL_FOLDER}