grim/convey

8dda30fb29f3
Parents c83c2b0ad9f8
Children f6e622d92d87
Update all of the go build images to go 1.9
--- a/images/go-build/Dockerfile Wed Dec 27 01:38:18 2017 -0600
+++ b/images/go-build/Dockerfile Wed Dec 27 02:12:47 2017 -0600
@@ -1,4 +1,4 @@
-FROM golang:1.9
+FROM golang:1.9-stretch
COPY run.sh /
--- a/images/go-test/Dockerfile Wed Dec 27 01:38:18 2017 -0600
+++ b/images/go-test/Dockerfile Wed Dec 27 02:12:47 2017 -0600
@@ -1,4 +1,4 @@
-FROM golang:1.9
+FROM golang:1.9-stretch
COPY run.sh /
--- a/images/go-vet/Dockerfile Wed Dec 27 01:38:18 2017 -0600
+++ b/images/go-vet/Dockerfile Wed Dec 27 02:12:47 2017 -0600
@@ -1,4 +1,4 @@
-FROM golang:1.9
+FROM golang:1.9-stretch
COPY run.sh /