X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=46739e2b9ae1a7b8b86174d533c9aad6e9a35cf1;hb=148e2699cf55e5619d181c2e46e1f672456a4422;hp=1e2714a911879cf74f2a0f4270e9af3c1f017aea;hpb=a84245aac0d02537bdff0e79b872d47ef3bd4593;p=ric-plt%2Fa1.git diff --git a/Dockerfile b/Dockerfile index 1e2714a..46739e2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,7 +17,7 @@ # install a well known working rmr FROM python:3.7-alpine RUN apk update && apk add autoconf automake build-base cmake libtool ninja pkgconfig git -RUN git clone --branch 1.3.0 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ +RUN git clone --branch 1.8.1 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir build \ && cd build \