diff --git a/.github/workflows/apisix-docker-example-test.yaml b/.github/workflows/apisix-docker-example-test.yaml index d4d66931..6bc3e8de 100644 --- a/.github/workflows/apisix-docker-example-test.yaml +++ b/.github/workflows/apisix-docker-example-test.yaml @@ -14,7 +14,7 @@ on: - 'release/apisix-2.15.**' env: - APISIX_VERSION: "3.4.1" + APISIX_VERSION: "3.5.0" jobs: prepare: diff --git a/.github/workflows/apisix_push_docker_hub.yaml b/.github/workflows/apisix_push_docker_hub.yaml index b6cd006a..f44c8ff8 100644 --- a/.github/workflows/apisix_push_docker_hub.yaml +++ b/.github/workflows/apisix_push_docker_hub.yaml @@ -14,7 +14,7 @@ jobs: - debian - redhat env: - APISIX_DOCKER_TAG: 3.4.1-${{ matrix.platform }} + APISIX_DOCKER_TAG: 3.5.0-${{ matrix.platform }} steps: - name: Check out the repo diff --git a/Makefile b/Makefile index a4f57d04..e2c1bbf5 100644 --- a/Makefile +++ b/Makefile @@ -21,8 +21,8 @@ SHELL := bash # APISIX ARGS -APISIX_VERSION ?= 3.4.1 -MAX_APISIX_VERSION ?= 3.4.1 +APISIX_VERSION ?= 3.5.0 +MAX_APISIX_VERSION ?= 3.5.0 IMAGE_NAME = apache/apisix IMAGE_TAR_NAME = apache_apisix diff --git a/centos/Dockerfile b/centos/Dockerfile index e77e4d83..72966862 100644 --- a/centos/Dockerfile +++ b/centos/Dockerfile @@ -17,7 +17,7 @@ FROM centos:7 -ARG APISIX_VERSION=3.4.1 +ARG APISIX_VERSION=3.5.0 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 7d1e6793..2d990728 100644 --- a/debian/Dockerfile +++ b/debian/Dockerfile @@ -17,7 +17,7 @@ FROM debian:bullseye-slim -ARG APISIX_VERSION=3.4.1 +ARG APISIX_VERSION=3.5.0 RUN set -ex; \ arch=$(dpkg --print-architecture); \ diff --git a/example/docker-compose-arm64.yml b/example/docker-compose-arm64.yml index e5156f91..b7a266bb 100644 --- a/example/docker-compose-arm64.yml +++ b/example/docker-compose-arm64.yml @@ -29,7 +29,7 @@ services: apisix: apisix: - image: apache/apisix:3.4.1-debian + image: apache/apisix:3.5.0-debian restart: always volumes: - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro diff --git a/example/docker-compose.yml b/example/docker-compose.yml index 7ab24b9a..1dc5e9d6 100644 --- a/example/docker-compose.yml +++ b/example/docker-compose.yml @@ -29,7 +29,7 @@ services: apisix: apisix: - image: apache/apisix:${APISIX_IMAGE_TAG:-3.4.1-debian} + image: apache/apisix:${APISIX_IMAGE_TAG:-3.5.0-debian} restart: always volumes: - ./apisix_conf/config.yaml:/usr/local/apisix/conf/config.yaml:ro diff --git a/redhat/Dockerfile b/redhat/Dockerfile index b2817465..3ed3f6a6 100644 --- a/redhat/Dockerfile +++ b/redhat/Dockerfile @@ -17,7 +17,7 @@ FROM registry.access.redhat.com/ubi8/ubi:8.6 -ARG APISIX_VERSION=3.4.1 +ARG APISIX_VERSION=3.5.0 LABEL apisix_version="${APISIX_VERSION}" COPY ./yum.repos.d/apache-apisix.repo /etc/yum.repos.d/apache-apisix.repo COPY ./yum.repos.d/openresty.repo /etc/yum.repos.d/openresty.repo