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/10/14 05:17:04 UTC

[apisix-docker] branch master updated: ci: replace alpine to debian (#370)

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 8281ccd  ci: replace alpine to debian (#370)
8281ccd is described below

commit 8281ccd7b1bd971e70608e90c454b8d407728c92
Author: 小魏,小魏,我们要去哪里呀 <30...@users.noreply.github.com>
AuthorDate: Fri Oct 14 13:16:59 2022 +0800

    ci: replace alpine to debian (#370)
---
 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 d96be72..bcc8bf7 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -29,7 +29,7 @@ services:
       apisix:
 
   apisix:
-    image: apache/apisix:2.99.0-alpine
+    image: apache/apisix:2.99.0-debian
     restart: always
     volumes:
       - ./apisix_log:/usr/local/apisix/logs