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

zhangjintao pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-ingress-controller.git


The following commit(s) were added to refs/heads/master by this push:
     new 92b89b37 chore: update apisix to 2.13.1 (#996)
92b89b37 is described below

commit 92b89b37d2f63eab6f5c6deb6e3d2a5ccae975aa
Author: Gallardot <[email protected]>
AuthorDate: Thu May 5 15:36:11 2022 +0800

    chore: update apisix to 2.13.1 (#996)
---
 Makefile | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Makefile b/Makefile
index 2cca9a02..7ab1d8ce 100644
--- a/Makefile
+++ b/Makefile
@@ -88,8 +88,8 @@ endif
 .PHONY: push-images
 push-images:
 ifeq ($(E2E_SKIP_BUILD), 0)
-       docker pull apache/apisix:2.13.0-alpine
-       docker tag apache/apisix:2.13.0-alpine $(REGISTRY)/apache/apisix:dev
+       docker pull apache/apisix:2.13.1-alpine
+       docker tag apache/apisix:2.13.1-alpine $(REGISTRY)/apache/apisix:dev
        docker push $(REGISTRY)/apache/apisix:dev
 
        docker pull bitnami/etcd:3.4.14-debian-10-r0

Reply via email to