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 a2906b2 feat: build apisix image with apisix-base (#245)
a2906b2 is described below
commit a2906b208dbcf7f4bfc2b56671671144926d9fe7
Author: Xunzhuo <[email protected]>
AuthorDate: Wed Nov 10 09:25:34 2021 +0800
feat: build apisix image with apisix-base (#245)
---
centos/Dockerfile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/centos/Dockerfile b/centos/Dockerfile
index 791c594..2c99663 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -1,10 +1,10 @@
FROM centos:7
-ARG APISIX_VERSION=2.10.1
+ARG APISIX_VERSION=2.10.1.1
LABEL apisix_version="${APISIX_VERSION}"
RUN yum install -y
https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm \
- && yum install -y apisix-$APISIX_VERSION \
+ && yum install -y
https://repos.apiseven.com/packages/centos/7/x86_64/apisix-$APISIX_VERSION-0.el7.x86_64.rpm
\
&& yum clean all \
&& sed -i 's/PASS_MAX_DAYS\t99999/PASS_MAX_DAYS\t60/g' /etc/login.defs