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