X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;fp=Dockerfile;h=1084cf24384835d45775a00fce335178b56bf210;hb=390dc8a230afff3811ea602e1f9d62321d102db4;hp=305c90763941fd371463acb140aa979016e3a115;hpb=6b51556db6a4bd58805ddbe2fc1eacb006827030;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index 305c907..1084cf2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ RUN export GOBIN=/usr/local/bin/ ; \ # # RMR # -ARG RMRVERSION=4.8.0 +ARG RMRVERSION=4.8.5 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