Bump up onos and apps versions

Change-Id: Ieeac4d9305dfc796214fb31baee85868a3b75e80
diff --git a/docker/Dockerfile.onos b/docker/Dockerfile.onos
index ebc6a3c..d7df6b8 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.13.5 as install
+FROM matteoscandolo/onos:1.13.9-rc4 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.13.5
+FROM matteoscandolo/onos:1.13.9-rc4
 MAINTAINER Open Networking Foundation <info@opennetworking.org>
 
 # The ENV settings must be replicated below as they are not shared between stages