Update RMR version to 3.2.0

Change-Id: Id517a106e024ba434fdfd0972f8d884d486d26c3
Signed-off-by: Anssi Mannila <anssi.mannila@nokia.com>
diff --git a/Dockerfile b/Dockerfile
index 6c0f5da..0c36b03 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -29,7 +29,7 @@
 
 WORKDIR /tmp
 
-ARG RMRVERSION=1.13.1
+ARG RMRVERSION=3.2.0
 # Install RMr shared library
 RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb
 # Install RMr development header files
diff --git a/container-tag.yaml b/container-tag.yaml
index b67c429..e6ae5cb 100644
--- a/container-tag.yaml
+++ b/container-tag.yaml
@@ -2,4 +2,4 @@
 # By default this file is in the docker build directory,
 # but the location can configured in the JJB template.
 ---
-tag: "4.0.0.1"
+tag: "4.0.0.2"