From cac6e84837ab36c8f7803175b5ba4c9f15163e6a Mon Sep 17 00:00:00 2001
From: hongqiaowei
-
+
@@ -123,6 +123,8 @@ Starting from v1.3.0, the frontend and backend of the management backend are mer
| v2.6.0 | v2.6.0 |
| v2.6.1 | v2.6.1 |
| v2.6.2 | v2.6.2 |
+| v2.6.3 | v2.6.3 |
+| v2.6.4 | v2.6.4 |
Please download the corresponding management backend version according to the version of the community version
diff --git a/README.md b/README.md
index 23901fb..9e76be7 100644
--- a/README.md
+++ b/README.md
@@ -3,7 +3,7 @@
-
+
@@ -121,6 +121,8 @@ API地址:http://demo.fizzgate.com/proxy/[服务名]/[API_Path]
| v2.6.0 | v2.6.0 |
| v2.6.1 | v2.6.1 |
| v2.6.2 | v2.6.2 |
+| v2.6.3 | v2.6.3 |
+| v2.6.4 | v2.6.4 |
请根据社区版的版本下载对应的管理后台版本
diff --git a/docker-compose.yml b/docker-compose.yml
index 0e3c0d0..b3e95b1 100644
--- a/docker-compose.yml
+++ b/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3.6"
services:
fizz-mysql:
- image: "fizzgate/fizz-mysql:2.6.2"
+ image: "fizzgate/fizz-mysql:2.6.4"
container_name: fizz-mysql
restart: always
hostname: fizz-mysql
@@ -27,7 +27,7 @@ services:
- fizz
fizz-gateway-community:
- image: "fizzgate/fizz-gateway-community:2.6.2"
+ image: "fizzgate/fizz-gateway-community:2.6.4"
container_name: fizz-gateway-community
restart: always
hostname: fizz-gateway-community
@@ -48,7 +48,7 @@ services:
- fizz
fizz-manager-professional:
- image: "fizzgate/fizz-manager-professional:2.6.2"
+ image: "fizzgate/fizz-manager-professional:2.6.4"
container_name: fizz-manager-professional
restart: always
hostname: fizz-manager-professional
diff --git a/fizz-bootstrap/pom.xml b/fizz-bootstrap/pom.xml
index 46f1cae..18281d5 100644
--- a/fizz-bootstrap/pom.xml
+++ b/fizz-bootstrap/pom.xml
@@ -12,7 +12,7 @@