diff --git a/Dockerfile b/Dockerfile index 8113439..ab0168b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ # syntax=docker/dockerfile:experimental # Build the manager binary -FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.23 as builder +FROM --platform=${BUILDPLATFORM:-linux/amd64} golang:1.24 as builder WORKDIR /workspace # Copy the Go Modules manifests