From cc230b624f61e7d689d81985668a17e88c088afe Mon Sep 17 00:00:00 2001 From: czichy Date: Fri, 3 Dec 2021 10:42:34 +0200 Subject: [PATCH] Updating RMR version Signed-off-by: czichy Change-Id: Iad4a76305f578c2d2c968ecd2fe6da6e786da580 --- Dockerfile | 2 +- rmr-version.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index f9f9eab..7760f56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -44,7 +44,7 @@ ARG SRC=. WORKDIR /playpen # Install RMr (runtime and dev) from debian package cached on packagecloud.io -ARG RMR_VER=3.6.2 +ARG RMR_VER=4.8.0 # if package cloud is actually working, this is preferred # diff --git a/rmr-version.yaml b/rmr-version.yaml index 5dd30dc..f78e960 100644 --- a/rmr-version.yaml +++ b/rmr-version.yaml @@ -1,3 +1,3 @@ # Communicate to CI which version of RMR to install in the build/vet environment --- -version: 3.6.2 +version: 4.8.0 -- 2.16.6