From 428890bfedc7671b7e1ae40285936563dd6d1f3d Mon Sep 17 00:00:00 2001 From: Justin Holcomb Date: Fri, 15 Aug 2025 08:30:18 -0600 Subject: [PATCH] Chore: upgrade Go to address high and medium CVEs Vulnerabilities: * CVE-2025-47907 - Fixed by Go 1.24.6 * CVE-2025-4674 - Fixed by Go 1.24.5 * CVE-2025-22874 - Fixed by Go 1.24.4 * CVE-2025-0913 - Fixed by Go 1.24.4 * CVE-2025-4673 - Fixed by Go 1.24.4 --------- Signed-off-by: Justin Holcomb --- build-image/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build-image/Dockerfile b/build-image/Dockerfile index 4952d308fbd..2aa5ae80cc2 100644 --- a/build-image/Dockerfile +++ b/build-image/Dockerfile @@ -1,4 +1,4 @@ -FROM golang:1.24.3-bullseye +FROM golang:1.24.6-bullseye ARG goproxyValue ENV GOPROXY=${goproxyValue} RUN apt-get update && apt-get install -y curl file gettext jq unzip protobuf-compiler libprotobuf-dev && \