From a778bb6304f231eb7fab1da377f0d0575c0c87a2 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Tue, 12 Apr 2016 21:31:44 -0700 Subject: [PATCH] Upgrades to Go 1.6.1. --- 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 0d2883f5b..863163a0f 100644 --- a/scripts/consul-builder/Dockerfile +++ b/scripts/consul-builder/Dockerfile @@ -1,6 +1,6 @@ FROM ubuntu:trusty -ENV GOVERSION 1.6 +ENV GOVERSION 1.6.1 RUN apt-get update -y && \ apt-get install --no-install-recommends -y -q \