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