From 09149a86ec9dc403da0603029c8c22ded24a5030 Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Fri, 16 Aug 2019 10:28:06 -0400 Subject: [PATCH] Bump RMR version to 1.3.0 Signed-off-by: E. Scott Daniels Change-Id: Ibcb30f606e4424f6c0350c0909d1f25d2fa0b864 --- 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 c3f3c30c..6b0fd3dc 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.2.0 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ + && git clone --branch 1.3.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 86b277e9..c51d3ac0 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: 4-a3.9 +tag: 5-a3.9 -- 2.16.6