We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bfd926 commit a2906b2Copy full SHA for a2906b2
centos/Dockerfile
@@ -1,10 +1,10 @@
1
FROM centos:7
2
3
-ARG APISIX_VERSION=2.10.1
+ARG APISIX_VERSION=2.10.1.1
4
LABEL apisix_version="${APISIX_VERSION}"
5
6
RUN yum install -y https://repos.apiseven.com/packages/centos/apache-apisix-repo-1.0-1.noarch.rpm \
7
- && 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 \
8
&& yum clean all \
9
&& sed -i 's/PASS_MAX_DAYS\t99999/PASS_MAX_DAYS\t60/g' /etc/login.defs
10
0 commit comments