Upgrade go: 1.13.10 to 1.13.12, 1.14.2 to 1.14.4 86/4286/2
authorLott, Christopher (cl778h) <cl778h@att.com>
Wed, 1 Jul 2020 00:20:43 +0000 (20:20 -0400)
committerLott, Christopher (cl778h) <cl778h@att.com>
Wed, 1 Jul 2020 00:22:06 +0000 (20:22 -0400)
Upgrade golang versions in the Ubuntu 18 base build image.
New container tag is 9-u18.04

Signed-off-by: Lott, Christopher (cl778h) <cl778h@att.com>
Change-Id: I9f5fdcf877b9d75af6365a811d00fedad12e667f

bldr-imgs/bldr-ubuntu18-c-go/Dockerfile
bldr-imgs/bldr-ubuntu18-c-go/container-tag.yaml

index 5b98856..c7be3e4 100644 (file)
@@ -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 \
index e596a60..54cbd00 100644 (file)
@@ -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