diff --git a/Dockerfile b/Dockerfile index 4ee9cc61..4db2b8e9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ ## limitations under the License. ## -FROM golang:1.22-bookworm AS builder +FROM golang:1.23-bookworm AS builder WORKDIR /src COPY . .