This is an automated email from the ASF dual-hosted git repository.
sunyi pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-dashboard.git
The following commit(s) were added to refs/heads/master by this push:
new 29e9487 fix: use APISIX 2.4 to run backend E2E test (#1638)
29e9487 is described below
commit 29e948745fc30369c0f1c92c1abc54c7f339ed50
Author: nic-chen <[email protected]>
AuthorDate: Mon Mar 22 08:43:18 2021 +0800
fix: use APISIX 2.4 to run backend E2E test (#1638)
---
api/test/docker/docker-compose.yaml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/api/test/docker/docker-compose.yaml
b/api/test/docker/docker-compose.yaml
index 1c83ca7..4378f6c 100644
--- a/api/test/docker/docker-compose.yaml
+++ b/api/test/docker/docker-compose.yaml
@@ -131,7 +131,7 @@ services:
context: ../../
dockerfile: test/docker/Dockerfile-apisix
args:
- - APISIX_VERSION=master
+ - APISIX_VERSION=2.4
restart: always
volumes:
- ./apisix_config.yaml:/usr/local/apisix/conf/config.yaml:ro
@@ -156,7 +156,7 @@ services:
context: ../../
dockerfile: test/docker/Dockerfile-apisix
args:
- - APISIX_VERSION=master
+ - APISIX_VERSION=2.4
restart: always
volumes:
- ./apisix_config2.yaml:/usr/local/apisix/conf/config.yaml:ro