diff --git a/Dockerfile b/Dockerfile index c7266e20e..a4146804d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.19.6 as builder +FROM golang:1.20.2 as builder WORKDIR /workspace # Copy the Go Modules manifests