From 271fd32e9b89f5e36f8681e7763d58a8fe389d9b Mon Sep 17 00:00:00 2001 From: snyk-bot Date: Thu, 16 Oct 2025 00:00:36 +0000 Subject: [PATCH] fix: telegraf-build/scripts/Dockerfile to reduce vulnerabilities The following vulnerabilities are fixed with an upgrade: - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-6846203 - https://snyk.io/vuln/SNYK-DEBIAN12-SQLITE3-10753055 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-5461954 - https://snyk.io/vuln/SNYK-DEBIAN12-GIT-5461954 --- telegraf-build/scripts/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/telegraf-build/scripts/Dockerfile b/telegraf-build/scripts/Dockerfile index 33c38bce7a..32e2eacef0 100644 --- a/telegraf-build/scripts/Dockerfile +++ b/telegraf-build/scripts/Dockerfile @@ -1,5 +1,5 @@ # Use the official Golang 1.21 image as the base image -FROM golang:1.21 +FROM golang:1.25.3 # Set the working directory inside the container WORKDIR /app