diff --git a/Dockerfile b/Dockerfile index add04d8ae..ab711b4a1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.17.10 as builder +FROM golang:1.17.11 as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/hack/ccm/Dockerfile b/hack/ccm/Dockerfile index 25d56b626..297ac0d93 100644 --- a/hack/ccm/Dockerfile +++ b/hack/ccm/Dockerfile @@ -14,7 +14,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -ARG GOLANG_IMAGE=golang:1.17 +ARG GOLANG_IMAGE=golang:1.17.11 ARG TARGETPLATFORM=linux/amd64 ARG ARCH=amd64