From 2f1a30e5c8ccb3b710a5f43a767371cd2617c686 Mon Sep 17 00:00:00 2001 From: Anssi Mannila Date: Thu, 20 Feb 2020 14:15:00 +0200 Subject: [PATCH] Update RMR version to 3.2.0 Change-Id: Id517a106e024ba434fdfd0972f8d884d486d26c3 Signed-off-by: Anssi Mannila --- Dockerfile | 2 +- container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 6c0f5da..0c36b03 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN apt update && apt install -y iputils-ping net-tools curl tcpdump gdb valgrin WORKDIR /tmp -ARG RMRVERSION=1.13.1 +ARG RMRVERSION=3.2.0 # Install RMr shared library RUN wget --content-disposition https://packagecloud.io/o-ran-sc/staging/packages/debian/stretch/rmr_${RMRVERSION}_amd64.deb/download.deb && dpkg -i rmr_${RMRVERSION}_amd64.deb && rm -rf rmr_${RMRVERSION}_amd64.deb # Install RMr development header files diff --git a/container-tag.yaml b/container-tag.yaml index b67c429..e6ae5cb 100644 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -2,4 +2,4 @@ # By default this file is in the docker build directory, # but the location can configured in the JJB template. --- -tag: "4.0.0.1" +tag: "4.0.0.2" -- 2.16.6