Building VOLTHA ONOS off 1.13.10 with the latest apps

Change-Id: I4ac6ee1971e1bd33d2d2c4ae9e0ecbd98744d260
diff --git a/Dockerfile.voltha-onos b/Dockerfile.voltha-onos
index 9c7c186..73d970a 100644
--- a/Dockerfile.voltha-onos
+++ b/Dockerfile.voltha-onos
@@ -34,7 +34,7 @@
 
 
 # Unpack and install specific apps from download stage
-FROM onosproject/onos:1.13.9 as install
+FROM onosproject/onos:1.13.10 as install
 
 # The ENV settings must be replicated below as they are not shared between stages
 ENV ONOS=/root/onos
@@ -55,7 +55,7 @@
 
 
 # Create the final image coping over the installed applications from the install stage
-FROM onosproject/onos:1.13.9
+FROM onosproject/onos:1.13.10
 
 # The ENV settings must be replicated below as they are not shared between stages
 ENV ONOS=/root/onos