X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=build%2FDockerfile;h=6ba582316276e2d8a20ab9c9620e35f178c52d97;hb=322c4537a377c53264026f686186cce635361f30;hp=191c737fdc2e7732696cc214e217856097c3c3f4;hpb=aded9f36e8423d259ba64c6322b91751041e293e;p=ric-plt%2Falarm-go.git diff --git a/build/Dockerfile b/build/Dockerfile index 191c737..6ba5823 100755 --- a/build/Dockerfile +++ b/build/Dockerfile @@ -26,7 +26,7 @@ RUN apt update && apt install --reinstall -y ca-certificates && update-ca-certif RUN apt update && apt install -y iputils-ping net-tools curl sudo build-essential # Installing the go version -ENV GOLANG_VERSION 1.16.1 +ENV GOLANG_VERSION 1.18.1 RUN wget --quiet https://dl.google.com/go/go$GOLANG_VERSION.linux-amd64.tar.gz \ && tar xvzf go$GOLANG_VERSION.linux-amd64.tar.gz -C /usr/local ENV PATH="/usr/local/go/bin:${PATH}"