diff --git a/Dockerfile b/Dockerfile index 671d2bd..72dce38 100755 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,10 @@ # ============================================================================= # jdeathe/centos-ssh # -# CentOS-6 6.6 x86_64 / EPEL/IUS Repos. / OpenSSH / Supervisor. +# CentOS-6 6.7 x86_64 / EPEL/IUS Repos. / OpenSSH / Supervisor. # # ============================================================================= -FROM centos:centos6.6 +FROM centos:centos6.7 MAINTAINER James Deathe diff --git a/README-short.txt b/README-short.txt index 00320a8..1285aae 100644 --- a/README-short.txt +++ b/README-short.txt @@ -1 +1 @@ -CentOS-6 6.6 x86_64 / EPEL/IUS Repos / OpenSSH / Supervisor. \ No newline at end of file +CentOS-6 6.7 x86_64 / EPEL/IUS Repos / OpenSSH / Supervisor. \ No newline at end of file diff --git a/README.md b/README.md index cdfdd1b..2335358 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ centos-ssh ========== -Docker Image of CentOS-6 6.6 x86_64 +Docker Image of CentOS-6 6.7 x86_64 Includes public key authentication, Automated password generation, supports custom configuration via a configuration data volume.