Permalink
Show file tree
Hide file tree
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
feat: upgrade APISIX to 2.13.0 (#295)
- Loading branch information
1 parent
4076105
commit e398cb6ac7f38e646f9033f70ee86fb7a41ef104
Showing
7 changed files
with
7 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -20,7 +20,7 @@ | ||
|
||
|
||
# APISIX ARGS | ||
APISIX_VERSION ?= 2.12.1 | ||
APISIX_VERSION ?= 2.13.0 | ||
IMAGE_NAME = apache/apisix | ||
IMAGE_TAR_NAME = apache_apisix | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -16,7 +16,7 @@ | ||
# | ||
|
||
ARG ENABLE_PROXY=false | ||
ARG APISIX_VERSION=2.12.1 | ||
ARG APISIX_VERSION=2.13.0 | ||
ARG ETCD_VERSION=v3.4.14 | ||
|
||
# Build Apache APISIX | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -29,7 +29,7 @@ services: | ||
apisix: | ||
|
||
apisix: | ||
image: apache/apisix:2.12.1-alpine | ||
image: apache/apisix:2.13.0-alpine | ||
restart: always | ||
volumes: | ||
- ./apisix_log:/usr/local/apisix/logs | ||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ -29,7 +29,7 @@ services: | ||
apisix: | ||
|
||
apisix: | ||
image: apache/apisix:2.12.1-alpine | ||
image: apache/apisix:2.13.0-alpine | ||
restart: always | ||
volumes: | ||
- ./apisix_log:/usr/local/apisix/logs | ||