Attempt to fix build 

Attempt to fix the docker image for the image clamp build

Issue-ID: CLAMP-150
Change-Id: Ic5ed258c83ad9a6ec98b5eda9389cd7c3edba845
Signed-off-by: Determe, Sebastien (sd378r) <sd378r@intl.att.com>
diff --git a/pom.xml b/pom.xml
index 24c148a..8066852 100644
--- a/pom.xml
+++ b/pom.xml
@@ -803,7 +803,8 @@
 								<artifactId>docker-maven-plugin</artifactId>
 								<version>1.1.0</version>
 								<configuration>
-								<dockerHost>http://localhost:2375</dockerHost>
+
+								<dockerHost>http://127.0.0.1:2375</dockerHost>
 										<imageName>onap/clamp</imageName>
 										<dockerDirectory>src/main/docker</dockerDirectory>
 										<serverId>docker-hub</serverId>