This is an automated email from the ASF dual-hosted git repository.
wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-apisix-docker.git
The following commit(s) were added to refs/heads/master by this push:
new f9663ce updated 1.2 version for centos. (#44)
f9663ce is described below
commit f9663ce48be721705e585d18c90cf8c573ec9202
Author: Wen Ming <[email protected]>
AuthorDate: Thu Apr 23 12:18:04 2020 +0800
updated 1.2 version for centos. (#44)
---
centos/Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/centos/Dockerfile b/centos/Dockerfile
index af44dc7..0b9fb30 100644
--- a/centos/Dockerfile
+++ b/centos/Dockerfile
@@ -1,6 +1,6 @@
FROM centos:7
-ARG APISIX_VERSION=1.1
+ARG APISIX_VERSION=1.2
LABEL apisix_version="${APISIX_VERSION}"
RUN yum -y install yum-utils\