X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=5276ea5b571ffa86ac52b248d474a053bd6d5488;hb=1c72bbc4fc5a8ad674dff70abd4713f369ecb43b;hp=dd4da51ce8bf3dfefbb278fc4e97a7ec81f4428a;hpb=47518ae7612cbfb1562fa1f74b9023389d8cfd61;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index dd4da51..5276ea5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,7 +57,7 @@ RUN export GOBIN=/usr/local/bin/ ; \ # # RMR # -ARG RMRVERSION=4.5.2 +ARG RMRVERSION=4.7.4 ARG RMRLIBURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb ARG RMRDEVURL=https://packagecloud.io/o-ran-sc/release/packages/debian/stretch/rmr-dev_${RMRVERSION}_amd64.deb/download.deb RUN wget --content-disposition ${RMRLIBURL} && dpkg -i rmr_${RMRVERSION}_amd64.deb