This is an automated email from the ASF dual-hosted git repository.
soulbird 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 0fb6352 chore: specify the examplle apisix tag 3.1.0-debian (#425)
0fb6352 is described below
commit 0fb63524be65da78f628c557bd98c20e73ce2e98
Author: Xin Rong <[email protected]>
AuthorDate: Wed Feb 8 13:37:06 2023 +0800
chore: specify the examplle apisix tag 3.1.0-debian (#425)
---
example/docker-compose-arm64.yml | 2 +-
example/docker-compose.yml | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml
index 4e44041..d30fdc1 100644
--- a/example/docker-compose-arm64.yml
+++ b/example/docker-compose-arm64.yml
@@ -29,7 +29,7 @@ services:
apisix:
apisix:
- image: apache/apisix:latest
+ image: apache/apisix:3.1.0-debian
restart: always
volumes:
- ./apisix_log:/usr/local/apisix/logs
diff --git a/example/docker-compose.yml b/example/docker-compose.yml
index 1a153b4..fc717b8 100644
--- a/example/docker-compose.yml
+++ b/example/docker-compose.yml
@@ -29,7 +29,7 @@ services:
apisix:
apisix:
- image: apache/apisix:latest
+ image: apache/apisix:3.1.0-debian
restart: always
volumes:
- ./apisix_log:/usr/local/apisix/logs