diff --git a/prow/docker/check-tool/Dockerfile b/prow/docker/check-tool/Dockerfile index aa39cbc937ba..8de6f00a335e 100644 --- a/prow/docker/check-tool/Dockerfile +++ b/prow/docker/check-tool/Dockerfile @@ -3,7 +3,7 @@ ############# # Use golang as the binary_tools_context -FROM golang:1.17.7 as binary_tools_context +FROM golang:1.17.8 as binary_tools_context # Pinned versions of stuff ENV GOIMPORTS_VERSION=379209517ffe