You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by tz...@apache.org on 2022/03/16 03:13:52 UTC

[apisix-java-plugin-runner] branch main updated: chore(e2e): update apisix image to dev (#134)

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

tzssangglass pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/apisix-java-plugin-runner.git


The following commit(s) were added to refs/heads/main by this push:
     new d31c455  chore(e2e): update apisix image to dev (#134)
d31c455 is described below

commit d31c455987bc4debdaec08dcd7460191d699bd03
Author: 帅进超 <sh...@gmail.com>
AuthorDate: Wed Mar 16 11:13:48 2022 +0800

    chore(e2e): update apisix image to dev (#134)
---
 ci/docker-compose.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/ci/docker-compose.yml b/ci/docker-compose.yml
index 7724085..b0c838a 100644
--- a/ci/docker-compose.yml
+++ b/ci/docker-compose.yml
@@ -19,7 +19,7 @@ version: "3"
 
 services:
   apisix:
-    image: apache/apisix:2.12.0-alpine
+    image: apache/apisix:dev
     restart: always
     volumes:
       - ./apisix/config.yaml:/usr/local/apisix/conf/config.yaml:ro