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