From 59a8272be01a7ec9048efdf1be9bcdcc3c606f29 Mon Sep 17 00:00:00 2001 From: "Lott, Christopher (cl778h)" Date: Wed, 12 Feb 2020 17:19:16 -0500 Subject: [PATCH] Upgrade Dockerfile base build image Use bldr-ubuntu18-c-go:4-u18.04-nng Signed-off-by: Lott, Christopher (cl778h) Change-Id: I8de74e479ee6dfb502afd439207f4b943e86d9be --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1fa513b..7cb06df 100755 --- a/Dockerfile +++ b/Dockerfile @@ -14,7 +14,7 @@ # limitations under the License. #---------------------------------------------------------- -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:2-u18.04-nng AS o2mediator-build +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:4-u18.04-nng AS o2mediator-build RUN apt-get update -y && apt-get install -y jq \ git \ -- 2.16.6