diff --git a/build-image/Dockerfile b/build-image/Dockerfile index 4952d308fbd..2aa5ae80cc2 100644 --- a/build-image/Dockerfile +++ b/build-image/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.3-bullseye +FROM golang:1.24.6-bullseye ARG goproxyValue ENV GOPROXY=${goproxyValue} RUN apt-get update && apt-get install -y curl file gettext jq unzip protobuf-compiler libprotobuf-dev && \