X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=d51ab1d9b484622861d182d476fc70f74087ba05;hb=c71ab93d11e065cff7c9d15f7f9f695ebdbe829e;hp=a63043e6ca61220df6a6a2e69fefa179f87bdb98;hpb=52e2f8ec3ebcb9d58fe2b01d70530f2fa44666cb;p=ric-plt%2Fsubmgr.git diff --git a/Dockerfile b/Dockerfile index a63043e..d51ab1d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -65,7 +65,7 @@ RUN export GOBIN=/usr/local/bin/ ; \ # # RMR # -ARG RMRVERSION=4.9.0 +ARG RMRVERSION=4.9.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