diff --git a/Dockerfile b/Dockerfile index 1c8da1ea3..4d8e23170 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ # See the License for the specific language governing permissions and # limitations under the License. -FROM golang:1.23-alpine AS builder +FROM golang:1.24-alpine AS builder ARG TARGETPLATFORM ARG TARGETARCH