From e95dd01a53b86c71a634a11fc88f123f12f8e811 Mon Sep 17 00:00:00 2001 From: Isaac Hollander McCreery Date: Tue, 19 Jan 2016 17:08:34 -0800 Subject: [PATCH] Pin golang build to 1.4.2 instead of floating on 1.4 --- build/build-image/cross/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/build-image/cross/Dockerfile b/build/build-image/cross/Dockerfile index 905394a027d..7da44b234de 100644 --- a/build/build-image/cross/Dockerfile +++ b/build/build-image/cross/Dockerfile @@ -15,7 +15,7 @@ # This file creates a standard build environment for building cross # platform go binary for the architecture kubernetes cares about. -FROM golang:1.4 +FROM golang:1.4.2 MAINTAINER Joe Beda ENV KUBE_CROSSPLATFORMS \