diff options
author | shuai chen <chenshuai@huawei.com> | 2016-08-13 09:35:45 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@172.30.200.206> | 2016-08-13 09:35:45 +0000 |
commit | 865e211e752f0de17d560da3c4641c1e3d9af8bb (patch) | |
tree | 52c99fecedced374bd7f081e9b1700f3c9089f3c /build/os | |
parent | 741a8208fec23724dc4ef87d2e8267c14f5beb60 (diff) | |
parent | 7335f50c7e8c4dc348d399b8707c0e11d7064d9b (diff) |
Merge "FIX centos7 ppa create failure"
Diffstat (limited to 'build/os')
-rw-r--r-- | build/os/centos/rhel7/mitaka/Dockerfile.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/os/centos/rhel7/mitaka/Dockerfile.tmpl b/build/os/centos/rhel7/mitaka/Dockerfile.tmpl index adb930ff..2ea2b828 100644 --- a/build/os/centos/rhel7/mitaka/Dockerfile.tmpl +++ b/build/os/centos/rhel7/mitaka/Dockerfile.tmpl @@ -1,4 +1,4 @@ -FROM centos:7.1.1503 +FROM centos:7.2.1511 MAINTAINER Chigang(Justin) <chigang@huawei.com> # set cache enable |