Release docker version & update manifest

Issue-ID: AAF-349
Change-Id: I4fd04a001668c308a080f5ce1e3f33f8c65db778
Signed-off-by: Sai Gandham <sg481n@att.com>
diff --git a/auth/docker/dbuild.sh b/auth/docker/dbuild.sh
index f5b4dee..27de097 100755
--- a/auth/docker/dbuild.sh
+++ b/auth/docker/dbuild.sh
@@ -18,6 +18,7 @@
         cd ..
         docker build -t ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION}  aaf_${VERSION}
 		docker tag ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${OLD_VERSION}
+		docker tag ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION} ${DOCKER_REPOSITORY}/${ORG}/${PROJECT}/aaf_${AAF_COMPONENT}:${VERSION_2.1.1}
         rm aaf_${VERSION}/Dockerfile
         cd -
 done