X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=Dockerfile;h=a19bd1bafa7fc64475172a5bf234adf5efc9f109;hb=refs%2Fchanges%2F95%2F2995%2F4;hp=5b0bf95be3a981bdcf583b4c011d1153960f4659;hpb=e8b05b6a0f6fa82ddb2a4e9c9a90629b7528a809;p=ric-plt%2Fappmgr.git diff --git a/Dockerfile b/Dockerfile index 5b0bf95..a19bd1b 100755 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ #---------------------------------------------------------- -FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:3-u18.04-nng AS appmgr-build +FROM nexus3.o-ran-sc.org:10004/bldr-ubuntu18-c-go:4-u18.04-nng AS appmgr-build RUN apt-get update -y && apt-get install -y jq @@ -30,7 +30,7 @@ RUN wget -nv https://storage.googleapis.com/kubernetes-helm/helm-${HELMVERSION}- && rm -rf linux-amd64 # Install kubectl from Docker Hub -COPY --from=lachlanevenson/k8s-kubectl:v1.10.3 /usr/local/bin/kubectl /usr/local/bin/kubectl +COPY --from=lachlanevenson/k8s-kubectl:v1.16.0 /usr/local/bin/kubectl /usr/local/bin/kubectl ENV GOPATH="/go"