X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=988cdfd902dc88c7ec774a151a1b7e9177324d9c;hb=a0876efd819b43b870ba2254b34676b1a03ad326;hp=4d76cff4e7ff320d3a3d2eac3068f7557309a563;hpb=bfa46147cce23a46a49fb53dfae8a790b0fe34e4;p=ric-plt%2Fa1.git diff --git a/Dockerfile b/Dockerfile index 4d76cff..988cdfd 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.8.1 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ +RUN git clone --branch 1.9.0 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir build \ && cd build \