Getting the latest fixes in ONOS-2.3 and OLT App

Change-Id: I6dea3f32a4e1a2def4b02bc61a4664e83f3702a6
diff --git a/Dockerfile.voltha-onos b/Dockerfile.voltha-onos
index 941226b..2e27f2a 100644
--- a/Dockerfile.voltha-onos
+++ b/Dockerfile.voltha-onos
@@ -34,7 +34,7 @@
 
 
 # Unpack and install specific apps from download stage
-FROM onosproject/onos:2.2-latest as install
+FROM onosproject/onos:2.2.3-b1 as install
 
 # The ENV settings must be replicated below as they are not shared between stages
 ENV ONOS=/root/onos
@@ -58,7 +58,7 @@
 
 
 # Create the final image coping over the installed applications from the install stage
-FROM onosproject/onos:2.2-latest
+FROM onosproject/onos:2.2.3-b1
 
 # The ENV settings must be replicated below as they are not shared between stages
 ENV ONOS=/root/onos
diff --git a/VERSION b/VERSION
index 3b8a9a2..de9ff71 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.1.0-dev8
+4.1.0-dev9