Moving to latest 2.2.3 ONOS and apps

Change-Id: Ib1bb057fb46df427fa418055449482ffe9e781f1
diff --git a/Dockerfile.voltha-onos b/Dockerfile.voltha-onos
index b9fe321..6f38dbb 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.3-rc1 as install
+FROM onosproject/onos:2.2.3 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.3-rc1
+FROM onosproject/onos:2.2.3
 
 # The ENV settings must be replicated below as they are not shared between stages
 ENV ONOS=/root/onos