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