From e8b05b6a0f6fa82ddb2a4e9c9a90629b7528a809 Mon Sep 17 00:00:00 2001 From: wrider Date: Thu, 9 Jan 2020 14:31:44 -0500 Subject: [PATCH] Advance version for Dockerfile base image Change-Id: Iaa39d02a9dad4ca490a57ddd4cc032faf7a50ec0 Signed-off-by: wrider --- Dockerfile | 2 +- container-tag.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index ef526e8..5b0bf95 100755 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ #---------------------------------------------------------- -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:2-u18.04-nng AS appmgr-build +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:3-u18.04-nng AS appmgr-build RUN apt-get update -y && apt-get install -y jq diff --git a/container-tag.yaml b/container-tag.yaml index efb291d..61d72fb 100755 --- a/container-tag.yaml +++ b/container-tag.yaml @@ -1,4 +1,4 @@ # The Jenkins job uses this string for the tag in the image name # for example nexus3.o-ran-sc.org:10004/my-image-name:my-tag --- -tag: '0.3.1' +tag: '0.3.2' -- 2.16.6