diff --git a/Dockerfile b/Dockerfile index a897ab3d1..260a4d830 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ## limitations under the License. ## -FROM golang:1.25.1-bookworm AS builder +FROM golang:1.25.2-bookworm AS builder WORKDIR /src COPY . .