This is an automated email from the ASF dual-hosted git repository.
spacewander 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 829d455 feat: upgrade APISIX to 2.10.2 (#247)
829d455 is described below
commit 829d45559c303bea7edde5bebe9fcf4938071601
Author: tzssangglass <[email protected]>
AuthorDate: Sun Nov 21 20:38:20 2021 -0600
feat: upgrade APISIX to 2.10.2 (#247)
---
.github/workflows/apisix-docker-test.yaml | 2 +-
Makefile | 2 +-
alpine/Dockerfile | 2 +-
centos/Dockerfile | 2 +-
4 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/.github/workflows/apisix-docker-test.yaml
b/.github/workflows/apisix-docker-test.yaml
index aebcc68..d7cdafc 100644
--- a/.github/workflows/apisix-docker-test.yaml
+++ b/.github/workflows/apisix-docker-test.yaml
@@ -21,7 +21,7 @@ jobs:
runs-on: ubuntu-latest
env:
APISIX_PATH: "./apisix-local"
- APISIX_DOCKER_TAG: 2.10.1-${{ matrix.platform }}
+ APISIX_DOCKER_TAG: 2.10.2-${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
diff --git a/Makefile b/Makefile
index dd7f0b8..733980b 100644
--- a/Makefile
+++ b/Makefile
@@ -20,7 +20,7 @@
# APISIX ARGS
-APISIX_VERSION ?= 2.10.1
+APISIX_VERSION ?= 2.10.2
IMAGE_NAME = apache/apisix
IMAGE_TAR_NAME = apache_apisix
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index ee947eb..c409d58 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -3,7 +3,7 @@ ARG ENABLE_PROXY=false
# Build Apache APISIX
FROM api7/apisix-base:1.19.3.2.2 AS production-stage
-ARG APISIX_VERSION=2.10.1
+ARG APISIX_VERSION=2.10.2
LABEL apisix_version="${APISIX_VERSION}"
ARG ENABLE_PROXY
diff --git a/centos/Dockerfile b/centos/Dockerfile
index 2c99663..5df80e8 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -1,6 +1,6 @@
FROM centos:7
-ARG APISIX_VERSION=2.10.1.1
+ARG APISIX_VERSION=2.10.2
LABEL apisix_version="${APISIX_VERSION}"
RUN yum install -y
https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm \