VOL-741: Update ONOS and apps to ONOS 1.13.1

Change-Id: I26903e7654e669c6f4a1044005e5af5c6f47524b
diff --git a/docker/Dockerfile.onos b/docker/Dockerfile.onos
index 6d8ce41..7cd51e3 100644
--- a/docker/Dockerfile.onos
+++ b/docker/Dockerfile.onos
@@ -28,7 +28,7 @@
 ADD config/dependencies.xml .
 RUN mvn dependency:copy -Dmdep.useBaseVersion=true -DoutputDirectory=${DOWNLOAD_ROOT} -Dsilent=true -f dependencies.xml -s mvn_settings.xml
 
-FROM onosproject/onos:1.10.9 as install
+FROM onosproject/onos:1.13.1 as install
 MAINTAINER Open Networking Foundation <info@opennetworking.org>
 
 # The ENV settings must be replicated below as they are not shared between stages
@@ -49,7 +49,7 @@
 RUN ./app-install.sh
 
 # Create the final image coping over the installed applications from the build stage
-FROM onosproject/onos:1.10.9
+FROM onosproject/onos:1.13.1
 MAINTAINER Open Networking Foundation <info@opennetworking.org>
 
 # Install Key Store Options
@@ -73,4 +73,3 @@
 # Create ONOS Key Directory
 RUN mkdir -p /home/sdn/wiki
 COPY onos_cfg/ /home/sdn/wiki
-