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 da7fd37 feat: upgrade APISIX to 2.5 (#158)
da7fd37 is described below
commit da7fd370beb8b7eab02e7dd051292b1cc0916db4
Author: 罗泽轩 <[email protected]>
AuthorDate: Tue Apr 6 09:04:55 2021 +0800
feat: upgrade APISIX to 2.5 (#158)
---
.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 6b1b882..f44cee5 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.4-${{ matrix.platform }}
+ APISIX_DOCKER_TAG: 2.5-${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
diff --git a/Makefile b/Makefile
index a31467e..a14f0c8 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
default: help
-APISIX_VERSION ?= 2.4
+APISIX_VERSION ?= 2.5
IMAGE_NAME = apache/apisix
IMAGE_TAR_NAME = apache_apisix
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 0a839ee..6c514eb 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -2,7 +2,7 @@ ARG ENABLE_PROXY=false
FROM openresty/openresty:1.19.3.1-alpine-fat AS production-stage
-ARG APISIX_VERSION=2.4
+ARG APISIX_VERSION=2.5
LABEL apisix_version="${APISIX_VERSION}"
ARG ENABLE_PROXY
diff --git a/centos/Dockerfile b/centos/Dockerfile
index 4ca341a..ac7b42e 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -1,6 +1,6 @@
FROM centos:7
-ARG APISIX_VERSION=2.4
+ARG APISIX_VERSION=2.5
LABEL apisix_version="${APISIX_VERSION}"
RUN yum -y install yum-utils\