From 036156a979731261a22b5dbfaa4a82db85fad255 Mon Sep 17 00:00:00 2001 From: Jess Frazelle Date: Thu, 27 Oct 2016 11:39:07 -0700 Subject: [PATCH] bump golang to 1.7.3 Signed-off-by: Jess Frazelle --- build-tools/build-image/cross/Dockerfile | 2 +- build-tools/build-image/cross/VERSION | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/build-tools/build-image/cross/Dockerfile b/build-tools/build-image/cross/Dockerfile index 018a277136..04b437c7d1 100644 --- a/build-tools/build-image/cross/Dockerfile +++ b/build-tools/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.7.1 +FROM golang:1.7.3 ENV GOARM 6 ENV KUBE_DYNAMIC_CROSSPLATFORMS \ diff --git a/build-tools/build-image/cross/VERSION b/build-tools/build-image/cross/VERSION index 3616fe13ad..0d3e2ad5b5 100644 --- a/build-tools/build-image/cross/VERSION +++ b/build-tools/build-image/cross/VERSION @@ -1 +1 @@ -v1.7.1-3 +v1.7.3-0