Updating APPs to released version and tagging for VOLTHA 2.4

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