diff --git a/Dockerfile b/Dockerfile index e94c586f..f922327c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,5 +1,5 @@ # Build the manager binary -FROM docker.io/golang:1.21 as builder +FROM docker.io/golang:1.22 as builder ARG GIT_VERSION="(unset)" ARG COMMIT_ID="(unset)" ARG ARCH=""