diff --git a/Dockerfile b/Dockerfile index c61c4732..a0387c09 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ## limitations under the License. ## -FROM golang:1.26.1-bookworm AS builder +FROM golang:1.26.2-bookworm AS builder WORKDIR /src COPY . .