Update to golang 1.10.4

This commit is contained in:
Jeff Grafton
2018-09-18 13:13:57 -07:00
parent 2ffc7e0a13
commit 10713501bd
5 changed files with 5 additions and 5 deletions

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.10.3
FROM golang:1.10.4
ENV GOARM 7
ENV KUBE_DYNAMIC_CROSSPLATFORMS \

View File

@@ -1 +1 @@
v1.10.3-1
v1.10.4-1