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