You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@apisix.apache.org by sp...@apache.org on 2023/03/08 06:13:21 UTC

[apisix-docker] 01/01: chore: release APISIX 2.15.3

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

spacewander pushed a commit to branch release/apisix-2.15.3
in repository https://gitbox.apache.org/repos/asf/apisix-docker.git

commit 4153a4c477f28d6eea0cd4b2e0f4c3e4019bbeb2
Author: spacewander <sp...@gmail.com>
AuthorDate: Wed Mar 8 11:32:59 2023 +0800

    chore: release APISIX 2.15.3
    
    Signed-off-by: spacewander <sp...@gmail.com>
---
 .github/workflows/apisix_push_docker_hub.yaml | 2 +-
 Makefile                                      | 2 +-
 all-in-one/apisix/Dockerfile                  | 2 +-
 alpine/Dockerfile                             | 2 +-
 centos/Dockerfile                             | 2 +-
 debian/Dockerfile                             | 2 +-
 6 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/.github/workflows/apisix_push_docker_hub.yaml b/.github/workflows/apisix_push_docker_hub.yaml
index fb00774..53121cb 100644
--- a/.github/workflows/apisix_push_docker_hub.yaml
+++ b/.github/workflows/apisix_push_docker_hub.yaml
@@ -13,7 +13,7 @@ jobs:
           - centos
           - debian
     env:
-      APISIX_DOCKER_TAG: 2.15.2-${{ matrix.platform }}
+      APISIX_DOCKER_TAG: 2.15.3-${{ matrix.platform }}
 
     steps:
       - name: Check out the repo
diff --git a/Makefile b/Makefile
index 784cfa9..b43b488 100644
--- a/Makefile
+++ b/Makefile
@@ -21,7 +21,7 @@ SHELL := bash
 
 
 # APISIX ARGS
-APISIX_VERSION ?= 2.15.2
+APISIX_VERSION ?= 2.15.3
 MAX_APISIX_VERSION ?= 3.0.0
 IMAGE_NAME = apache/apisix
 IMAGE_TAR_NAME = apache_apisix
diff --git a/all-in-one/apisix/Dockerfile b/all-in-one/apisix/Dockerfile
index 6ab9838..2b998eb 100644
--- a/all-in-one/apisix/Dockerfile
+++ b/all-in-one/apisix/Dockerfile
@@ -16,7 +16,7 @@
 #
 
 ARG ENABLE_PROXY=false
-ARG APISIX_VERSION=2.15.2
+ARG APISIX_VERSION=2.15.3
 ARG ETCD_VERSION=v3.5.4
 
 # Build Apache APISIX
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index 9d3491e..4b99a0d 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -20,7 +20,7 @@ ARG ENABLE_PROXY=false
 # Build Apache APISIX
 FROM api7/apisix-base:1.21.4.1.2
 
-ARG APISIX_VERSION=2.15.2
+ARG APISIX_VERSION=2.15.3
 LABEL apisix_version="${APISIX_VERSION}"
 
 ARG ENABLE_PROXY
diff --git a/centos/Dockerfile b/centos/Dockerfile
index b027147..70f8181 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM centos:7
 
-ARG APISIX_VERSION=2.15.2
+ARG APISIX_VERSION=2.15.3
 LABEL apisix_version="${APISIX_VERSION}"
 
 RUN yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm \
diff --git a/debian/Dockerfile b/debian/Dockerfile
index 53fe4ef..9cd1482 100644
--- a/debian/Dockerfile
+++ b/debian/Dockerfile
@@ -17,7 +17,7 @@
 
 FROM debian:bullseye-slim
 
-ARG APISIX_VERSION=2.15.2
+ARG APISIX_VERSION=2.15.3
 
 RUN set -ex; \
     arch=$(dpkg --print-architecture); \