From: wrider Date: Thu, 9 Jan 2020 19:31:44 +0000 (-0500) Subject: Advance version for Dockerfile base image X-Git-Tag: v0.4.3~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=e8b05b6a0f6fa82ddb2a4e9c9a90629b7528a809;p=ric-plt%2Fappmgr.git Advance version for Dockerfile base image Change-Id: Iaa39d02a9dad4ca490a57ddd4cc032faf7a50ec0 Signed-off-by: wrider --- 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'