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