BUG-410 -- update RIFT platform

Signed-off-by: Jeremy Mordkoff <Jeremy.Mordkoff@riftio.com>
diff --git a/BUILD.sh b/BUILD.sh
index 289d11a..55757a2 100755
--- a/BUILD.sh
+++ b/BUILD.sh
@@ -80,7 +80,7 @@
 # Set up repo and version
 
 PLATFORM_REPOSITORY=${1:-OSM3}
-PLATFORM_VERSION=${2:-5.2.0.2.72254}
+PLATFORM_VERSION=${2:-5.2.0.3.73627}
 
 ###############################################################################
 # Main block
diff --git a/Dockerfile b/Dockerfile
index 24d5bf0..893f954 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,9 +5,9 @@
 	curl -o /etc/apt/sources.list.d/rift.list http://buildtracker.riftio.com/repo_file/ub16/OSM3/ && \
 	apt-get update && \
 	apt-get -y install \
-		rw.tools-container-tools=5.2.0.0.71033 \
-		rw.tools-scripts=5.2.0.0.71033
+		rw.tools-container-tools=5.2.0.3.73627 \
+		rw.tools-scripts=5.2.0.3.73627
 
-RUN /usr/rift/container_tools/mkcontainer --modes UI-dev --repo OSM3 --rw-version 5.2.0.0.71033
+RUN /usr/rift/container_tools/mkcontainer --modes UI-dev --repo OSM3 --rw-version 5.2.0.3.73627
 
 RUN chmod 777 /usr/rift