From e50c6996ecc9c3a085aa2822c791f296261bfb19 Mon Sep 17 00:00:00 2001 From: "E. Scott Daniels" Date: Wed, 14 Aug 2019 08:32:48 -0400 Subject: [PATCH] Bump RMR reference for alpine to 1.2.0 Signed-off-by: E. Scott Daniels Change-Id: I2107a956899197a086a948a2ca2bccda40eee504 --- 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 ffc635d3..c3f3c30c 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.1.0 https://gerrit.o-ran-sc.org/r/ric-plt/lib/rmr \ + && git clone --branch 1.2.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 062e71ae..86b277e9 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: 3-a3.9 +tag: 4-a3.9 -- 2.16.6