From a67000a814f17b993080b8530247818dc69c6805 Mon Sep 17 00:00:00 2001 From: Richard Scothern Date: Wed, 9 Dec 2015 11:33:18 -0800 Subject: [PATCH] Update go version to 1.5.2 Signed-off-by: Richard Scothern --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7a4b3e9ee..1a5822229 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.4 +FROM golang:1.5.2 RUN apt-get update && \ apt-get install -y librados-dev apache2-utils && \