Base docker image on ubuntu
The use of alpine as a base for images has been strongly discouraged
and thus this change drprecates the original Dockerfile (moving it to
Dockerfile_alpine) and creates a new, Ubuntu 18.04 based, Dockerfile
in its place.
The change also bumps the RMR version to the latest (4.7.4)
Issue-ID: RIC-787
Signed-off-by: E. Scott Daniels <daniels@att.com>
Change-Id: I8208eeb3720c90311b3e474554f9f0dfd10e9b8b
diff --git a/rmr-version.yaml b/rmr-version.yaml
index 4307833..02723fb 100644
--- a/rmr-version.yaml
+++ b/rmr-version.yaml
@@ -1,3 +1,3 @@
# CI script installs RMR from PackageCloud using this version
---
-version: 4.5.2
+version: 4.7.4