diff --git a/Dockerfile b/Dockerfile index 73296b2368..c352935612 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.18.3 as toolchain +FROM golang:1.20.1 as toolchain # Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy ARG goproxy=https://proxy.golang.org