diff --git a/Dockerfile b/Dockerfile index 77e45feb6..3a873566d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ## limitations under the License. ## -FROM golang:1.24-bookworm AS builder +FROM golang:1.25-bookworm AS builder WORKDIR /src COPY . .