diff --git a/images/build/cross/Dockerfile b/images/build/cross/Dockerfile index daf96ed5665..cfd558803ee 100644 --- a/images/build/cross/Dockerfile +++ b/images/build/cross/Dockerfile @@ -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.13.9 +FROM golang:1.14.1 ENV GOARM 7 ENV KUBE_DYNAMIC_CROSSPLATFORMS \ diff --git a/images/build/cross/VERSION b/images/build/cross/VERSION index 83b672bbe4d..68705f3122b 100644 --- a/images/build/cross/VERSION +++ b/images/build/cross/VERSION @@ -1 +1 @@ -v1.13.9-2 +v1.14.1-1