From 6fef4c9edce90bcdd74c12d8401ee3d4c12d1a80 Mon Sep 17 00:00:00 2001 From: Matt Boersma Date: Thu, 25 Jan 2018 11:30:54 -0700 Subject: [PATCH] chore(rootfs/Dockerfile): update go toolchain to 1.9.3 See https://github.com/golang/go/issues?q=milestone%3AGo1.9.3 --- rootfs/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rootfs/Dockerfile b/rootfs/Dockerfile index 05c0905..8fdc97f 100644 --- a/rootfs/Dockerfile +++ b/rootfs/Dockerfile @@ -1,7 +1,7 @@ FROM quay.io/deis/base:v0.3.6 ENV AZCLI_VERSION=2.0.14 \ - GO_VERSION=1.9.2 \ + GO_VERSION=1.9.3 \ GLIDE_VERSION=v0.13.1 \ GLIDE_HOME=/root \ HELM_VERSION=v2.6.0 \