Upgrade -go image to rmr v3 with si95.
[ci-management.git] / docker / bldr-alpine3-go / Dockerfile
index 15cf91d..e258fcf 100644 (file)
 # Has:
 # golang 1.13.8
 # alpine 3.11
-# rmr 1.13.1
+# rmr 3.6.1
 # Installing this version of rmr also pulls in nng
 
 # install a well known working rmr
 FROM golang:1.13.8-alpine3.11
 RUN apk update && apk add autoconf automake build-base cmake libtool ninja pkgconfig git sudo
-RUN git clone --branch 1.13.1 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+RUN git clone --branch 3.6.1 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir .build; cd .build \
     && echo "<<<installing rmr devel headers>>>" \