diff --git a/Dockerfile b/Dockerfile index d801ddcb94..5c655bb37e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.16.9 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