This is an automated email from the ASF dual-hosted git repository.
tokers 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 d386ae7 feat: upgrade APISIX to 2.7 (#188)
d386ae7 is described below
commit d386ae7cefc5b8620c965e1fde2700d6e091880b
Author: 罗泽轩 <[email protected]>
AuthorDate: Fri Jun 25 17:04:57 2021 +0800
feat: upgrade APISIX to 2.7 (#188)
---
.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 f102b26..4e7862a 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.6-${{ matrix.platform }}
+ APISIX_DOCKER_TAG: 2.7-${{ matrix.platform }}
steps:
- uses: actions/checkout@v2
diff --git a/Makefile b/Makefile
index d3e9cb7..92b75fc 100644
--- a/Makefile
+++ b/Makefile
@@ -16,7 +16,7 @@
#
default: help
-APISIX_VERSION ?= 2.6
+APISIX_VERSION ?= 2.7
IMAGE_NAME = apache/apisix
IMAGE_TAR_NAME = apache_apisix
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index ac9b16a..289534e 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.6
+ARG APISIX_VERSION=2.7
LABEL apisix_version="${APISIX_VERSION}"
ARG ENABLE_PROXY
diff --git a/centos/Dockerfile b/centos/Dockerfile
index 172b8b5..1a2e2dd 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -1,6 +1,6 @@
FROM centos:7
-ARG APISIX_VERSION=2.6
+ARG APISIX_VERSION=2.7
LABEL apisix_version="${APISIX_VERSION}"
RUN yum -y install yum-utils\