From 04e595e95d6798ff5baa1209c1399d39cbb0cafb Mon Sep 17 00:00:00 2001 From: Manjunath A Kumatagi Date: Tue, 19 Jul 2022 12:54:03 +0530 Subject: [PATCH] Update golang to 1.18.4 --- Dockerfile | 2 +- hack/ccm/Dockerfile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 37e4b175f..7062cc592 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.18.3 as builder +FROM golang:1.18.4 as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/hack/ccm/Dockerfile b/hack/ccm/Dockerfile index a506417c3..b04f5212c 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.18.3 +ARG GOLANG_IMAGE=golang:1.18.4 ARG TARGETPLATFORM=linux/amd64 ARG ARCH=amd64