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

spacewander 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 a82d73e  feat: update apisix image version in 
`docker-compose-arm64.yml` (#284)
a82d73e is described below

commit a82d73e61af6ea03632620df33c8ac7155a524e0
Author: leslie <[email protected]>
AuthorDate: Mon Feb 14 14:33:09 2022 +0800

    feat: update apisix image version in `docker-compose-arm64.yml` (#284)
---
 example/docker-compose-arm64.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index cb6f263..dff001b 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.11.0-alpine
+    image: apache/apisix:2.12.1-alpine
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs

Reply via email to