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