From 9154519a002dce464c6d02b1e99e9122c848974f Mon Sep 17 00:00:00 2001 From: Abhijit Gadgil Date: Thu, 27 Apr 2023 09:28:14 +0530 Subject: [PATCH] Updated RMR to latest release 4.9.0 This is required by the `Dockerfile` in `xapp-frame-py/examples` as these `Dockerfile` use alpine image and hence cannot use debian packages. Issue-Id: RIC-974 Signed-off-by: Abhijit Gadgil Change-Id: I434bf4884c550a3e61e7959c805982fec154d60e --- bldr-imgs/bldr-alpine3-rmr/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bldr-imgs/bldr-alpine3-rmr/Dockerfile b/bldr-imgs/bldr-alpine3-rmr/Dockerfile index aab7342..bc5cd93 100644 --- a/bldr-imgs/bldr-alpine3-rmr/Dockerfile +++ b/bldr-imgs/bldr-alpine3-rmr/Dockerfile @@ -40,7 +40,7 @@ FROM alpine:3.11 as bldr RUN apk update && apk add autoconf automake build-base cmake libtool pkgconfig git sudo -RUN git clone --branch 4.5.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ +RUN git clone --branch 4.9.0 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir .build; cd .build \ && echo "<<>>" \ -- 2.16.6