Update to 3.6.3 which has a bugfix xapps need.
[it/dev.git] / bldr-imgs / bldr-alpine3-go / Dockerfile
index 16bd1ac..fdf726f 100644 (file)
@@ -24,7 +24,7 @@
 # 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 3.6.2 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
+RUN git clone --branch 3.6.3 https://gerrit.oran-osc.org/r/ric-plt/lib/rmr \
     && cd rmr \
     && mkdir .build; cd .build \
     && echo "<<<installing rmr devel headers>>>" \