diff --git a/Dockerfile b/Dockerfile index 8a62f3259..a621bacca 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ # limitations under the License. # Build the manager binary -FROM golang:1.19.4 as builder +FROM golang:1.19.5 as builder WORKDIR /workspace # Copy the Go Modules manifests diff --git a/hack/ccm/Dockerfile b/hack/ccm/Dockerfile index cc4703eda..225370150 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.19.4 +ARG GOLANG_IMAGE=golang:1.19.5 ARG TARGETPLATFORM=linux/amd64 ARG ARCH=amd64