From 2f35f60348663b3775f038eadea4fccbd0591725 Mon Sep 17 00:00:00 2001 From: unclejack Date: Wed, 18 Feb 2015 15:07:17 +0200 Subject: [PATCH] Dockerfile: bump Go to 1.4.2 Signed-off-by: Cristian Staretu --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index b097082ec2..76cc2b83a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -73,7 +73,7 @@ RUN cd /usr/src/lxc \ && ldconfig # Install Go -ENV GO_VERSION 1.4.1 +ENV GO_VERSION 1.4.2 RUN curl -sSL https://golang.org/dl/go${GO_VERSION}.src.tar.gz | tar -v -C /usr/local -xz \ && mkdir -p /go/bin ENV PATH /go/bin:/usr/local/go/bin:$PATH