VOL-408 First update for this Jira. This update nails down the version
of all containers that have multiple versions. There is one exceptoin
which is the centurylink/ra-certs conatiner that has only one single tag
which is "latest" all others have been nailed to the latest version tag.

Typo in reviewer comments fixed.

Change-Id: I2f015a0939fcedef89b6e102ad92032b11cb5e98
diff --git a/envoy/go/golang-builder/Dockerfile b/envoy/go/golang-builder/Dockerfile
index 1673daa..47765fe 100644
--- a/envoy/go/golang-builder/Dockerfile
+++ b/envoy/go/golang-builder/Dockerfile
@@ -1,4 +1,4 @@
-FROM golang:latest
+FROM golang:1.9.2
 MAINTAINER Alex Peters <info@alexanderpeters.de>
 
 RUN apt-get update && apt-get install -y apt-transport-https ca-certificates jq