This is an automated email from the ASF dual-hosted git repository.

tokers pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git


The following commit(s) were added to refs/heads/master by this push:
     new b0cbf74  chore: update dashboard version in examples (#187)
b0cbf74 is described below

commit b0cbf744dc023135ef2f8040362fc32063270640
Author: Shuyang Wu <wosoyo...@gmail.com>
AuthorDate: Fri Jun 18 22:12:49 2021 -0400

    chore: update dashboard version in examples (#187)
    
    Signed-off-by: yiyiyimu <wosoyo...@gmail.com>
---
 README.md                  | 6 +++---
 example/docker-compose.yml | 4 ++--
 2 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md
index 9e23c6c..edb1207 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,9 @@
 
 1. Build from release version:
 ```sh
-# Assign Apache release version number to variable `APISIX_VERSION`, for 
example: 2.4. The latest version can be find at 
`https://github.com/apache/apisix/releases`
+# Assign Apache release version number to variable `APISIX_VERSION`, for 
example: 2.6. The latest version can be find at 
`https://github.com/apache/apisix/releases`
 
-export APISIX_VERSION=2.4
+export APISIX_VERSION=2.6
 # alpine
 $ make build-on-alpine
 
@@ -69,7 +69,7 @@ $ docker run -v 
`pwd`/all-in-one/apisix/config.yaml:/usr/local/apisix/conf/confi
 
 * All in one Docker container for Apache apisix-dashboard
 
-**The latest version of `apisix-dashboard` is 2.4 and should be used with 
APISIX 2.3.**
+**The latest version of `apisix-dashboard` is 2.7 and should be used with 
APISIX 2.6.**
 
 ```shell
 $ make build-dashboard
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index 5eae2aa..51e5595 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -2,7 +2,7 @@ version: "3"
 
 services:
   apisix-dashboard:
-    image: apache/apisix-dashboard:2.6
+    image: apache/apisix-dashboard:2.7
     restart: always
     volumes:
     - ./dashboard_conf/conf.yaml:/usr/local/apisix-dashboard/conf/conf.yaml
@@ -12,7 +12,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.5-alpine
+    image: apache/apisix:2.6-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs

Reply via email to