VOL-381 add unum container to support ONOS cluster formation under swarm

Change-Id: Ic260edda19bb199ed040f05164ab605f28c919d0
diff --git a/docker/Dockerfile.onos b/docker/Dockerfile.onos
index bdb1623..038bcfc 100644
--- a/docker/Dockerfile.onos
+++ b/docker/Dockerfile.onos
@@ -12,7 +12,7 @@
 ADD config/dependencies.xml .
 RUN mvn dependency:copy -Dmdep.useBaseVersion=true -DoutputDirectory=${DOWNLOAD_ROOT} -Dsilent=true -f dependencies.xml
 
-FROM onosproject/onos:1.10.6 as install
+FROM onosproject/onos:1.10.7 as install
 MAINTAINER Open Networking Foundation <info@opennetworking.org>
 
 # The ENV settings must be replicated below as they are not shared between stages
@@ -33,7 +33,7 @@
 RUN ./app-install.sh
 
 # Create the final image coping over the installed applications from the build stage
-FROM onosproject/onos:1.10.6
+FROM onosproject/onos:1.10.7
 MAINTAINER Open Networking Foundation <info@opennetworking.org>
 
 # Install Key Store Options