Update to use go1.12.12

This commit is contained in:
Christoph Blecker
2019-10-18 10:37:34 -07:00
parent a78a403f63
commit e570e3e88d
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.10
FROM golang:1.12.12
ENV GOARM 7
ENV KUBE_DYNAMIC_CROSSPLATFORMS \

View File

@@ -1 +1 @@
v1.12.10-1
v1.12.12-1