diff --git a/Dockerfile b/Dockerfile index b7a66dc0ef..b83b86c9f0 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.24 as builder ARG OS=linux ARG ARCH=amd64 diff --git a/Dockerfile.ci b/Dockerfile.ci index 2717b0e15f..19bd36f13f 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.24 as builder ARG OS=linux ARG ARCH=amd64