Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 2bac5f1

Browse files
Isaac Hollander McCreeryalex-mohr
Isaac Hollander McCreery
authored andcommitted
Pin golang build to 1.4.2 instead of floating on 1.4
1 parent 7ddd29d commit 2bac5f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build-image/cross/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# This file creates a standard build environment for building cross
1616
# platform go binary for the architecture kubernetes cares about.
1717

18-
FROM golang:1.4
18+
FROM golang:1.4.2
1919
MAINTAINER Joe Beda <[email protected]>
2020

2121
ENV KUBE_CROSSPLATFORMS \

0 commit comments

Comments
 (0)