diff --git a/Dockerfile b/Dockerfile index 93dd68baa..a26dbb2cb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # Build the manager binary -FROM --platform=${BUILDPLATFORM} golang:1.20.3 as toolchain +FROM --platform=${BUILDPLATFORM} golang:1.20.4 as toolchain # Run this with docker build --build_arg $(go env GOPROXY) to override the goproxy ARG goproxy=https://proxy.golang.org,direct