From 2c68cce611ed73fa779c1b852d2f041cd93a3668 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Thu, 8 Aug 2019 14:11:26 -0400 Subject: [PATCH] Upgrade RMR library to version 1.1.0 Signed-off-by: Lott, Christopher (cl778h) Change-Id: I0115e1e78d60750f9407bc3fab7076f34b67497d --- docker/bldr-alpine3/Dockerfile | 2 +- docker/bldr-alpine3/container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 -- 2.16.6