diff --git a/images/build/cross/Dockerfile b/images/build/cross/Dockerfile index cfd558803ee..702c5d70f55 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.14.1 +FROM golang:1.14.2 ENV GOARM 7 ENV KUBE_DYNAMIC_CROSSPLATFORMS \ diff --git a/images/build/cross/VERSION b/images/build/cross/VERSION index 68705f3122b..45a4d92322b 100644 --- a/images/build/cross/VERSION +++ b/images/build/cross/VERSION @@ -1 +1 @@ -v1.14.1-1 +v1.14.2-1