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

bzp2010 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 8ab87e3  chore: update apisix and apisix dashboard image tag in 
example (#261)
8ab87e3 is described below

commit 8ab87e321bbe1e99885686e56944fa30a8ae0210
Author: encanto <[email protected]>
AuthorDate: Sun Dec 26 15:52:32 2021 +0800

    chore: update apisix and apisix dashboard image tag in example (#261)
---
 example/docker-compose.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index e8989da..befaff7 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.9.0
+    image: apache/apisix-dashboard:2.10.1-alpine
     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.10.0-alpine
+    image: apache/apisix:2.11.0-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs

Reply via email to