diff --git a/prow/docker/build-tool/Dockerfile b/prow/docker/build-tool/Dockerfile index af2183bb9246..fb5bee9d5ba5 100644 --- a/prow/docker/build-tool/Dockerfile +++ b/prow/docker/build-tool/Dockerfile @@ -2,7 +2,7 @@ # Binary tools ############# -FROM golang:1.14.7 as binary_tools_context +FROM golang:1.14.12 as binary_tools_context ARG ARCH=amd64 diff --git a/prow/docker/check-tool/Dockerfile b/prow/docker/check-tool/Dockerfile index fd4629dcc28c..9865eee862ff 100644 --- a/prow/docker/check-tool/Dockerfile +++ b/prow/docker/check-tool/Dockerfile @@ -2,7 +2,7 @@ # Binary tools ############# -FROM golang:1.14.7 as binary_tools_context +FROM golang:1.14.12 as binary_tools_context # Pinned versions of stuff ENV GOIMPORTS_VERSION=379209517ffe