diff --git a/build-image/Dockerfile b/build-image/Dockerfile index 4d455535eee..b0fe55a68c9 100644 --- a/build-image/Dockerfile +++ b/build-image/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.25.8-trixie +FROM golang:1.26.2-trixie ARG goproxyValue ENV GOPROXY=${goproxyValue} RUN apt-get update && apt-get install -y curl file gettext jq unzip protobuf-compiler libprotobuf-dev && \