From: Lott, Christopher (cl778h) Date: Thu, 8 Aug 2019 18:11:26 +0000 (-0400) Subject: Upgrade RMR library to version 1.1.0 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=2c68cce611ed73fa779c1b852d2f041cd93a3668;hp=c5c8679a5dd17c794f58213bd28b25582d351164;p=ci-management.git Upgrade RMR library to version 1.1.0 Signed-off-by: Lott, Christopher (cl778h) Change-Id: I0115e1e78d60750f9407bc3fab7076f34b67497d --- diff --git a/docker/bldr-alpine3/Dockerfile b/docker/bldr-alpine3/Dockerfile index 44abe56b..ffc635d3 100644 --- a/docker/bldr-alpine3/Dockerfile +++ b/docker/bldr-alpine3/Dockerfile @@ -71,7 +71,7 @@ RUN cd /tmp \ # RMR, version is pinned RUN cd /tmp \ - && git clone --branch 1.0.45 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ + && git clone --branch 1.1.0 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ && cd rmr \ && mkdir build \ && cd build \ diff --git a/docker/bldr-alpine3/container-tag.yaml b/docker/bldr-alpine3/container-tag.yaml index 40b73b94..062e71ae 100644 --- a/docker/bldr-alpine3/container-tag.yaml +++ b/docker/bldr-alpine3/container-tag.yaml @@ -1,4 +1,4 @@ # Not feasible to show all the software versions # here so just use a counter plus the base image --- -tag: 2-a3.9 +tag: 3-a3.9