diff --git a/Dockerfile b/Dockerfile index d4776170a8..4ea94a057a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,7 +5,7 @@ # # Note: Make sure you use '.dockerignore' to avoid local copy of binaries (e.g. controller-gen) ################################################################################################ -FROM golang:1.22 as builder +FROM golang:1.23 as builder ARG OS=linux ARG ARCH=amd64 diff --git a/Dockerfile.ci b/Dockerfile.ci index 73c1fc0712..734f13d84c 100644 --- a/Dockerfile.ci +++ b/Dockerfile.ci @@ -5,7 +5,7 @@ # # Note: Make sure you use '.dockerignore' to avoid local copy of binaries (e.g. controller-gen) ################################################################################################ -FROM golang:1.22 as builder +FROM golang:1.23 as builder ARG OS=linux ARG ARCH=amd64