Upgrade RMR library to version 1.1.0
[ci-management.git] / docker / bldr-alpine3 / Dockerfile
index 44abe56..ffc635d 100644 (file)
@@ -71,7 +71,7 @@ RUN cd /tmp \
 
 # RMR, version is pinned
 RUN cd /tmp \
-    && git clone --branch 1.0.45 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \
+    && git clone --branch 1.1.0 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir build \
     && cd build \