You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2022/02/06 12:05:02 UTC

[apisix-docker] branch master updated: chore: update apisix image version in example (#279)

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 108c4ad  chore: update apisix image version in example (#279)
108c4ad is described below

commit 108c4ad6fe826f2aeb54e51bb117cffe4069a9d1
Author: biubiue <hi...@gmail.com>
AuthorDate: Sun Feb 6 20:04:56 2022 +0800

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

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