From 2866917df5a15bb0e414f34f19c3bf5ab8397908 Mon Sep 17 00:00:00 2001 From: Daniel Sabsay Date: Tue, 25 Jun 2024 00:45:01 -0700 Subject: [PATCH] update golang patch version (#6036) Signed-off-by: Daniel Sabsay Co-authored-by: Daniel Sabsay --- build-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image/Dockerfile b/build-image/Dockerfile index d02887a345..4a1f9079c0 100644 --- a/build-image/Dockerfile +++ b/build-image/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.21.9-bullseye +FROM golang:1.21.11-bullseye ARG goproxyValue ENV GOPROXY=${goproxyValue} RUN apt-get update && apt-get install -y curl file jq unzip protobuf-compiler libprotobuf-dev && \