diff --git a/Dockerfile b/Dockerfile index 496090ee8..add04d8ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.17.9 as builder +FROM golang:1.17.10 as builder WORKDIR /workspace # Copy the Go Modules manifests