From: Anssi Mannila Date: Fri, 12 Aug 2022 10:36:29 +0000 (+0300) Subject: RIC-937: Go version update 1.17.10 -> 1.18.5 X-Git-Tag: 0.9.5~3 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F14%2F8914%2F2;p=ric-plt%2Fsubmgr.git RIC-937: Go version update 1.17.10 -> 1.18.5 - https://jira.o-ran-sc.org/browse/RIC-937 Change-Id: Ifd2cc3cf23110c19482a9e536ab7fdef5b2e266c Signed-off-by: Anssi Mannila --- diff --git a/Dockerfile b/Dockerfile index 7383578..305c907 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ ########################################################### FROM nexus3.o-ran-sc.org:10002/o-ran-sc/bldr-ubuntu20-c-go:1.0.0 as submgrcore -ARG GOVERSION="1.17.8" +ARG GOVERSION="1.18.5" RUN wget -nv https://dl.google.com/go/go${GOVERSION}.linux-amd64.tar.gz \ && tar -xf go${GOVERSION}.linux-amd64.tar.gz \ && mv go /opt/go/${GOVERSION} \