This is an automated email from the ASF dual-hosted git repository.
soulbird pushed a commit to branch test/relase_centos
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git
The following commit(s) were added to refs/heads/test/relase_centos by this
push:
new cceabb2 relase 2.13.3
cceabb2 is described below
commit cceabb2ff8c0d4bfff4a35c56f777f8aaf6d62c6
Author: soulbird <[email protected]>
AuthorDate: Fri Sep 2 15:02:36 2022 +0800
relase 2.13.3
---
.github/workflows/apisix_push_docker_hub.yaml | 2 +-
centos/Dockerfile | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/apisix_push_docker_hub.yaml
b/.github/workflows/apisix_push_docker_hub.yaml
index 0c4010a..197fea7 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -24,4 +24,4 @@ jobs:
- name: Push apisix image to Docker Hub
run: |
- make push-multiarch-on-centos
+ APISIX_VERSION=2.13.3 make push-multiarch-on-centos
diff --git a/centos/Dockerfile b/centos/Dockerfile
index 8837710..9825227 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -17,7 +17,7 @@
FROM centos:7
-ARG APISIX_VERSION=2.13.3
+ARG APISIX_VERSION=2.15.0
LABEL apisix_version="${APISIX_VERSION}"
RUN yum install -y
https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm \