X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=305c90763941fd371463acb140aa979016e3a115;hb=refs%2Fchanges%2F14%2F8914%2F2;hp=7383578c0b06ea217ebaaa11c0d6db042bf5c50b;hpb=483bd162c10ee2f0ef348b5c25c2987aea80b7c8;p=ric-plt%2Fsubmgr.git 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} \