Update to use go1.12.10

This commit is contained in:
Christoph Blecker
2019-09-25 17:13:43 -07:00
parent ff8716f4cf
commit 15bba1feed
5 changed files with 7 additions and 7 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.12.9
FROM golang:1.12.10
ENV GOARM 7
ENV KUBE_DYNAMIC_CROSSPLATFORMS \

View File

@@ -1 +1 @@
v1.12.9-1
v1.12.10-1