Attempt to fix docker build
[clamp.git] / pom.xml
diff --git a/pom.xml b/pom.xml
index 4beb6d6..fd5410d 100644 (file)
--- a/pom.xml
+++ b/pom.xml
                                                <plugin>
                                                                <groupId>com.spotify</groupId>
                                                                <artifactId>docker-maven-plugin</artifactId>
-                                                               <version>1.0.0</version>
+                                                               <version>1.1.0</version>
                                                                <configuration>
+                                                               <dockerHost>unix:///var/run/docker.sock</dockerHost>
                                                                                <imageName>onap/clamp</imageName>
                                                                                <dockerDirectory>src/main/docker</dockerDirectory>
                                                                                <serverId>docker-hub</serverId>