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