From: Lott, Christopher (cl778h) Date: Wed, 1 Jul 2020 00:20:43 +0000 (-0400) Subject: Upgrade go: 1.13.10 to 1.13.12, 1.14.2 to 1.14.4 X-Git-Tag: 1.9.0~5 X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=commitdiff_plain;h=9053d45dc6c521296ed3f57002931f6e67ab5d38;p=it%2Fdev.git Upgrade go: 1.13.10 to 1.13.12, 1.14.2 to 1.14.4 Upgrade golang versions in the Ubuntu 18 base build image. New container tag is 9-u18.04 Signed-off-by: Lott, Christopher (cl778h) Change-Id: I9f5fdcf877b9d75af6365a811d00fedad12e667f --- diff --git a/bldr-imgs/bldr-ubuntu18-c-go/Dockerfile b/bldr-imgs/bldr-ubuntu18-c-go/Dockerfile index 5b98856..c7be3e4 100644 --- a/bldr-imgs/bldr-ubuntu18-c-go/Dockerfile +++ b/bldr-imgs/bldr-ubuntu18-c-go/Dockerfile @@ -57,13 +57,13 @@ RUN wget -nv https://dl.google.com/go/go${g12}.linux-amd64.tar.gz \ && mv go /opt/go/1.12 \ && rm -f go*.gz -ARG g13="1.13.10" +ARG g13="1.13.12" RUN wget -nv https://dl.google.com/go/go${g13}.linux-amd64.tar.gz \ && tar -xf go${g13}.linux-amd64.tar.gz \ && mv go /opt/go/1.13 \ && rm -f go*.gz -ARG g14="1.14.2" +ARG g14="1.14.4" RUN wget -nv https://dl.google.com/go/go${g14}.linux-amd64.tar.gz \ && tar -xf go${g14}.linux-amd64.tar.gz \ && mv go /opt/go/1.14 \ diff --git a/bldr-imgs/bldr-ubuntu18-c-go/container-tag.yaml b/bldr-imgs/bldr-ubuntu18-c-go/container-tag.yaml index e596a60..54cbd00 100644 --- a/bldr-imgs/bldr-ubuntu18-c-go/container-tag.yaml +++ b/bldr-imgs/bldr-ubuntu18-c-go/container-tag.yaml @@ -1,4 +1,4 @@ # Not feasible to show all the software versions # here so just use a counter plus the base image --- -tag: 8-u18.04 +tag: 9-u18.04