Pin golang build to 1.4.2 instead of floating on 1.4

This commit is contained in:
Isaac Hollander McCreery 2016-01-19 17:08:34 -08:00
parent 39e0703ae6
commit e95dd01a53

View File

@ -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 <jbeda@google.com>
ENV KUBE_CROSSPLATFORMS \