diff --git a/Dockerfile b/Dockerfile index 24cd8797c0..f0a9ecd815 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.25 as builder ARG OS=linux ARG ARCH=amd64 diff --git a/Dockerfile.ci b/Dockerfile.ci index a677af5a0d..26564b67b9 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.25 as builder ARG OS=linux ARG ARCH=amd64