From 7df688b0cb6c29ec9f3c49ba0bf5f52cb02d3a0c Mon Sep 17 00:00:00 2001 From: Jeff McCormick Date: Fri, 30 Sep 2016 08:20:23 -0500 Subject: [PATCH] update release number --- README.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.adoc b/README.adoc index fb074df7e..bbf76a795 100644 --- a/README.adoc +++ b/README.adoc @@ -70,7 +70,7 @@ environment variable which indicates which version of the container you will pull down and execute, for example: .... export BUILDBASE=$HOME/crunchy-containers -export CCP_IMAGE_TAG=centos7-9.5-1.2.2 +export CCP_IMAGE_TAG=centos7-9.5-1.2.3 .... The BUILDBASE is the location of where you cloned the containers github