From c4f34337c15dfe7dcfee7f4272de014e95684939 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 4 Oct 2017 22:58:13 -0700 Subject: [PATCH] Updates Go version to 1.9.1. (#3537) --- scripts/consul-builder/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/consul-builder/Dockerfile b/scripts/consul-builder/Dockerfile index 6609ab83b0..19b0317c52 100644 --- a/scripts/consul-builder/Dockerfile +++ b/scripts/consul-builder/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:trusty -ENV GOVERSION 1.9 +ENV GOVERSION 1.9.1 RUN apt-get update -y && \ apt-get install --no-install-recommends -y -q \