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 12b1d3b feat: upgrade the version of apisix-base (#360)
12b1d3b is described below
commit 12b1d3b2713159ab6eab48384deca12cff35f26d
Author: YoyoFx <[email protected]>
AuthorDate: Fri Sep 23 11:41:21 2022 +0800
feat: upgrade the version of apisix-base (#360)
---
alpine/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/alpine/Dockerfile b/alpine/Dockerfile
index fe5dec5..2c49434 100644
--- a/alpine/Dockerfile
+++ b/alpine/Dockerfile
@@ -18,7 +18,7 @@
ARG ENABLE_PROXY=false
# Build Apache APISIX
-FROM api7/apisix-base:1.21.4.1.1
+FROM api7/apisix-base:1.21.4.1.2
ARG APISIX_VERSION=2.15.0
LABEL apisix_version="${APISIX_VERSION}"