Updating RMR version to 4.8.5
Signed-off-by: czichy <thoralf.czichy@nokia.com>
Change-Id: I13315cc0b4da99925b47f5dc41d095797976add1
diff --git a/Dockerfile b/Dockerfile
index 0b00518..70dcdcb 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -27,7 +27,7 @@
RUN apt update && apt install ca-certificates libgnutls30 -y
# Install RMr shared library
-ARG RMRVERSION=4.8.0
+ARG RMRVERSION=4.8.5
RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/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
RUN wget --content-disposition https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr-dev_${RMRVERSION}_amd64.deb && rm -rf rmr-dev_${RMRVERSION}_amd64.deb
diff --git a/RELNOTES b/RELNOTES
index 15d9ecf..b6df71e 100644
--- a/RELNOTES
+++ b/RELNOTES
@@ -1,3 +1,6 @@
+### v0.9.3
+* updating RMR to 4.8.5
+
### v0.9.2
* fixed issue in meid table if same meid is associated with different E2T
diff --git a/container-tag.yaml b/container-tag.yaml
index 7898fd5..3a848d1 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: 0.9.2
+tag: 0.9.3