Skip to content

Commit 7aad904

Browse files
committed
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
1 parent 52b9672 commit 7aad904

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-image/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM golang:1.24.3-bullseye
1+
FROM golang:1.24.6-bullseye
22
ARG goproxyValue
33
ENV GOPROXY=${goproxyValue}
44
RUN apt-get update && apt-get install -y curl file gettext jq unzip protobuf-compiler libprotobuf-dev && \

0 commit comments

Comments
 (0)