From 41a9841d68544adbe94b2638c9dc7610b0906c2a Mon Sep 17 00:00:00 2001 From: Harry John Date: Mon, 8 Jul 2024 19:51:37 -0700 Subject: [PATCH] Update build image go version to 1.22.5 (#6069) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 🌲 Harry 🌊 John 🏔 --- build-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 && \