diff --git a/build-image/Dockerfile b/build-image/Dockerfile index c416ffae89..82bcf3f06a 100644 --- a/build-image/Dockerfile +++ b/build-image/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.22.7-bullseye +FROM golang:1.23.2-bullseye ARG goproxyValue ENV GOPROXY=${goproxyValue} RUN apt-get update && apt-get install -y curl file jq unzip protobuf-compiler libprotobuf-dev && \