Upgrade Alpine lib distro image to RMR ver 4.1.2
[it/dev.git] / bldr-imgs / bldr-alpine3-rmr / Dockerfile
index 16b1bbf..5c65815 100644 (file)
@@ -40,7 +40,7 @@
 
 FROM alpine:3.11 as bldr
 RUN apk update && apk add autoconf automake build-base cmake libtool pkgconfig git sudo
-RUN git clone --branch 4.0.5 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+RUN git clone --branch 4.1.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir .build; cd .build \
     && echo "<<<installing rmr devel headers>>>" \